guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-construct: Update to 2.10.56.


From: guix-commits
Subject: 02/02: gnu: python-construct: Update to 2.10.56.
Date: Thu, 27 Feb 2020 01:25:07 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit d854ab159544cb20ff3956aa1f134e07403c01e2
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Thu Feb 27 05:35:51 2020 +0000

    gnu: python-construct: Update to 2.10.56.
    
    * gnu/packages/python-xyz (python-construct): Update to 2.10.56.
---
 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 7a335c0..4ea09b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16366,14 +16366,14 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.")
 (define-public python-construct
   (package
     (name "python-construct")
-    (version "2.9.45")
+    (version "2.10.56")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "construct" version))
        (sha256
         (base32
-         "130iy05awzigm2xah2yvlmb08mac5bi4gzr5m3g7k1krs3ps0w92"))))
+         "0q86jjzsvy835h3c8pjj4619vbp7ihfg8njmyw86ym4qrpni7flp"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ; No tests exist.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]