all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64437] gnu: python-asn1crypto: Update to 1.5.1.
@ 2023-07-03 14:45 Michael Ford
  2023-08-22 14:56 ` [bug#64437] [PATCH] " Michael Ford
  2023-08-24  4:50 ` bug#64437: " Hilton Chain via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Ford @ 2023-07-03 14:45 UTC (permalink / raw)
  To: 64437

From ec61e381b2ec733ffcf160db66a7f60990b96ba0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 3 Jul 2023 15:43:00 +0100
Subject: [PATCH] gnu: python-asn1crypto: Update to 1.5.1.

---
 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 44babe5c8c..f25ad8851d 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -736,7 +736,7 @@ (define-public python-pyaes
 (define-public python-asn1crypto
   (package
     (name "python-asn1crypto")
-    (version "1.4.0")
+    (version "1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -746,7 +746,7 @@ (define-public python-asn1crypto
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
+         "1qsg06qrqnzixmrm65ibg503y2gffd675h1si4jgh92s315w1jrk"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.41.0




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

end of thread, other threads:[~2023-08-24  5:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03 14:45 [bug#64437] gnu: python-asn1crypto: Update to 1.5.1 Michael Ford
2023-08-22 14:56 ` [bug#64437] [PATCH] " Michael Ford
2023-08-24  4:50 ` bug#64437: " Hilton Chain via Guix-patches via

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.