all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34411] [PATCH] gnu: python-pycryptodome: Update to 3.7.3.
@ 2019-02-10  4:45 Vagrant Cascadian
  2019-02-11 10:08 ` bug#34411: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2019-02-10  4:45 UTC (permalink / raw)
  To: 34411

[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]


* gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 858355e624..282e817156 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -804,14 +804,14 @@ protocol (Javascript Object Signing and Encryption).")
 (define-public python-pycryptodome
   (package
     (name "python-pycryptodome")
-    (version "3.7.2")
+    (version "3.7.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pycryptodome" version))
        (sha256
         (base32
-         "1xxf5cyhlc5ak5skf4zgqz9yk5fj5g70hd06hc1jym995lxpxz7m"))))
+         "0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs"))))
     (build-system python-build-system)
     (home-page "https://www.pycryptodome.org")
     (synopsis "Cryptographic library for Python")
-- 
2.20.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34411: [PATCH] gnu: python-pycryptodome: Update to 3.7.3.
  2019-02-10  4:45 [bug#34411] [PATCH] gnu: python-pycryptodome: Update to 3.7.3 Vagrant Cascadian
@ 2019-02-11 10:08 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-02-11 10:08 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 34411-done

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Hi Vagrant,

thanks!  Applied to guix master.

(*mumble* What's the deal with the gmp warning in the tests?)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-11 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-10  4:45 [bug#34411] [PATCH] gnu: python-pycryptodome: Update to 3.7.3 Vagrant Cascadian
2019-02-11 10:08 ` bug#34411: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.