GNU bug report logs - #59777
[PATCH] gnu: python-msgpack-numpy: Update to 0.4.8.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 2 Dec 2022 13:11:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.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: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#59777: closed (Re: [bug#59777] [PATCH] gnu: python-msgpack-numpy:
 Update to 0.4.8.)
Date: Tue, 13 Dec 2022 13:36:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59777: [PATCH] gnu: python-msgpack-numpy: Update to 0.4.8.

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 59777 <at> debbugs.gnu.org.

-- 
59777: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59777
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Cc: 59777-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59777] [PATCH] gnu: python-msgpack-numpy: Update to 0.4.8.
Date: Tue, 13 Dec 2022 13:34:51 +0000
[Message part 3 (text/plain, inline)]
Navid Afkhami <navid.afkhami <at> mdc-berlin.de> writes:

> * gnu/packages/python-science.scm (python-msgpack-numpy): Update to 0.4.8.
> ---
>  gnu/packages/python-science.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks like this was merged a while back as
9ddc4e5b0338accbc707992050d2a9c21c41e05e.

Marking as done.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: python-msgpack-numpy: Update to 0.4.8.
Date: Fri, 2 Dec 2022 14:09:43 +0100
* gnu/packages/python-science.scm (python-msgpack-numpy): Update to 0.4.8.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 52fe1460bb..ba99b57bcb 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -693,14 +693,14 @@ (define-public python-xarray
 (define-public python-msgpack-numpy
   (package
     (name "python-msgpack-numpy")
-    (version "0.4.6.post0")
+    (version "0.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "msgpack-numpy" version))
        (sha256
         (base32
-         "0syzy645mwcy7lfjwz6pc8f9p2vv1qk4limc8iina3l5nnf0rjyz"))))
+         "0sbfanbkfs6c77np4vz0ayrwnv99bpn5xgj5fnf2yhhk0lcd6ry6"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-msgpack python-numpy))
-- 
2.34.1




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

Previous Next


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