[PATCH] gnu: python-asn1tools: Update to 0.166.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Michael Ford
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 9 Aug 2023 10:40
(address . guix-patches@gnu.org)
CAFyhPjXRzG418eg_QxK+tmRVDu0MFq6gL01NbgvyUF+wg-FuOQ@mail.gmail.com
From b923637a9bed300786172ca1e0044b3ef210662b Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 9 Aug 2023 10:38:59 +0200
Subject: [PATCH] gnu: python-asn1tools: Update to 0.166.0.

* gnu/packages/python-xyz.scm (python-asn1tools): Update to 0.166.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b8e8097c7b..870b1196de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14197,13 +14197,13 @@ (define-public python-ipaddress
(define-public python-asn1tools
(package
(name "python-asn1tools")
- (version "0.158.0")
+ (version "0.166.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asn1tools" version))
(sha256
- (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0"))))
+ (base32 "1hragm8dsm10rlyz67xslj01bycprlnimdmq1i2acns6kl6difpn"))))
(build-system python-build-system)
(propagated-inputs
(list python-bitstruct python-diskcache python-prompt-toolkit
--
2.41.0
Attachment: file
A
A
Andreas Enge wrote on 18 Aug 2023 10:13
Closing
ZN8oLxnrjZNzw62D@jurong
Applied, thanks a lot!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65171@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65171
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch