diff mbox series

[bug#64437] gnu: python-asn1crypto: Update to 1.5.1.

Message ID CAFyhPjX_WDcPteBuGQxe81GtHYHKfTcf35B4HSKVeVB6GU=Wsw@mail.gmail.com
State New
Headers show
Series [bug#64437] gnu: python-asn1crypto: Update to 1.5.1. | expand

Commit Message

Michael Ford July 3, 2023, 2:45 p.m. UTC
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(-)

Comments

Michael Ford Aug. 22, 2023, 2:56 p.m. UTC | #1
Hi,

Just wondering if there's anything else I need to do here? Should this have
been submitted against a different branch (i.e python-team)? Unsure as
similar updates, i.e e4702777e70ef47405c01d54ede60eff01121399, have been
merged in the interim.

Thanks,

Michael
Hilton Chain Aug. 24, 2023, 4:50 a.m. UTC | #2
Hi,

On Mon, 03 Jul 2023 22:45:19 +0800,
Michael Ford wrote:
>
> 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.
>
> ---

I have added commit message to the patch and applied it as
c49c43d44c45015dc7ef251a171a48bdba0b8b5a.  Thank you!
diff mbox series

Patch

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