GNU bug report logs - #56827
[PATCH] gnu: python-dill: Update to 0.3.5.1

Previous Next

Package: guix-patches;

Reported by: FELŠÖCI Marek <marek <at> felsoci.sk>

Date: Fri, 29 Jul 2022 14:03:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: FELŠÖCI Marek <marek <at> felsoci.sk>
Subject: bug#56827: closed (Re: bug#56827: [PATCH] gnu: python-dill:
 Update to 0.3.5.1)
Date: Wed, 03 Aug 2022 03:29:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56827: [PATCH] gnu: python-dill: Update to 0.3.5.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 56827 <at> debbugs.gnu.org.

-- 
56827: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56827
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: FELŠÖCI Marek <marek <at> felsoci.sk>
Cc: 56827-done <at> debbugs.gnu.org
Subject: Re: bug#56827: [PATCH] gnu: python-dill: Update to 0.3.5.1
Date: Wed, 03 Aug 2022 11:28:19 +0800
FELŠÖCI Marek <marek <at> felsoci.sk> writes:

> ---
>  gnu/packages/python-xyz.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: FELŠÖCI Marek <marek <at> felsoci.sk>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-dill: Update to 0.3.5.1
Date: Fri, 29 Jul 2022 15:45:02 +0200
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac7c0d6066..9a05d1ea40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -124,6 +124,7 @@
 ;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2022 Paul A. Patience <paul <at> apatience.com>
 ;;; Copyright © 2022 Jean-Pierre De Jesus DIAZ <me <at> jeandudey.tech>
+;;; Copyright © 2022 Marek Felšöci <marek <at> felsoci.sk>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -22652,13 +22653,13 @@ object-oriented library such as @code{scikit-learn}.")
 (define-public python-dill
   (package
     (name "python-dill")
-    (version "0.3.1.1")
+    (version "0.3.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "dill" version))
        (sha256
-        (base32 "1704g8z70d210ksgbccs2v545v9w0wc6lx15m296alb7jf0yzn22"))))
+        (base32 "11lc40x37cx2i8qqbc5qklifm65dyjl6prrqsycybvpixzrl2pnp"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.20.1




This bug report was last modified 2 years and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.