[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: python-pyasn1-modules: Update to 0.2.8.
From: |
guix-commits |
Subject: |
02/06: gnu: python-pyasn1-modules: Update to 0.2.8. |
Date: |
Sun, 14 Nov 2021 18:34:13 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 52d9e2c2993f655ed89c157c1dee0669491d2040
Author: Marius Bakke <marius.bakke@usit.uio.no>
AuthorDate: Fri Nov 12 12:34:21 2021 +0100
gnu: python-pyasn1-modules: Update to 0.2.8.
* gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3578183..ea5ad8e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11280,14 +11280,14 @@ suitable for a wide range of protocols based on the
ASN.1 specification.")
(define-public python-pyasn1-modules
(package
(name "python-pyasn1-modules")
- (version "0.2.2")
+ (version "0.2.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyasn1-modules" version))
(sha256
(base32
- "0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0"))))
+ "0pp6dcagd8c2c9qx3lahc1rdwlnmm0y0siqr5icjq2r32b3q8pwh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pyasn1" ,python-pyasn1)))
- branch master updated (12c0684 -> e5b53b1), guix-commits, 2021/11/14
- 04/06: gnu: python-sqlalchemy: Update to 1.4.27., guix-commits, 2021/11/14
- 01/06: gnu: Remove python2-sqlalchemy-utils., guix-commits, 2021/11/14
- 02/06: gnu: python-pyasn1-modules: Update to 0.2.8.,
guix-commits <=
- 03/06: gnu: python-psycopg2: Update to 2.9.2., guix-commits, 2021/11/14
- 05/06: gnu: Remove python2-google-api-client., guix-commits, 2021/11/14
- 06/06: gnu: python-uritemplate: Update to 4.1.1., guix-commits, 2021/11/14