guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-rfc3986: Update to 1.4.0.


From: guix-commits
Subject: 02/03: gnu: python-rfc3986: Update to 1.4.0.
Date: Wed, 29 Jul 2020 06:11:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e6b2552a96b328d81f681c2ae17c54a795ab2547
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 29 11:23:38 2020 +0300

    gnu: python-rfc3986: Update to 1.4.0.
    
    * gnu/packages/python-xyz.scm (python-rfc3986): Update to 1.4.0.
---
 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 4e73a2a..2613ca4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15291,13 +15291,13 @@ applying JSON Patches according to RFC 6902.")
 (define-public python-rfc3986
   (package
     (name "python-rfc3986")
-    (version "1.1.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "rfc3986" version))
               (sha256
                (base32
-                "06wlmysw83f75ff84zr1yr6n0shvc2xn1n1sb4iwzqap9hf5fn44"))))
+                "17dvx15m3r49bmif5zlli8kzjd6bys6psixzbp14sd5367d9h8qi"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)



reply via email to

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