guix-commits
[Top][All Lists]
Advanced

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

11/21: gnu: python-itsdangerous: Update to 2.0.1.


From: guix-commits
Subject: 11/21: gnu: python-itsdangerous: Update to 2.0.1.
Date: Mon, 9 Aug 2021 08:29:06 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 1122663e4f1d54c4af01b2c0942ec6e05024b364
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 13:51:48 2021 +0300

    gnu: python-itsdangerous: Update to 2.0.1.
    
    * gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.0.1.
---
 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 848efb2..2d7ee87 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3614,14 +3614,14 @@ visualisation and class tracker statistics.")
 (define-public python-itsdangerous
   (package
     (name "python-itsdangerous")
-    (version "1.1.0")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "itsdangerous" version))
        (sha256
         (base32
-         "068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj"))))
+         "1w6gfb2zhbcmrfj6digwzw1z68w6zg1q87rm6la2m412zil4swly"))))
     (build-system python-build-system)
     (home-page "https://palletsprojects.com/p/itsdangerous/";)
     (synopsis "Python library for passing data to/from untrusted environments")



reply via email to

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