emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56827: closed ([PATCH] gnu: python-dill: Update to 0.3.5.1)


From: GNU bug Tracking System
Subject: bug#56827: closed ([PATCH] gnu: python-dill: Update to 0.3.5.1)
Date: Wed, 03 Aug 2022 03:29:01 +0000

Your message dated Wed, 03 Aug 2022 11:28:19 +0800
with message-id <87edxyqa3w.fsf@envs.net>
and subject line Re: bug#56827: [PATCH] gnu: python-dill: Update to 0.3.5.1
has caused the debbugs.gnu.org bug report #56827,
regarding [PATCH] gnu: python-dill: Update to 0.3.5.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56827: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56827
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@gmail.com>
 ;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2022 Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
+;;; Copyright © 2022 Marek Felšöci <marek@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56827: [PATCH] gnu: python-dill: Update to 0.3.5.1 Date: Wed, 03 Aug 2022 11:28:19 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
FELŠÖCI Marek <marek@felsoci.sk> writes:

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

Pushed, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]