guix-commits
[Top][All Lists]
Advanced

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

06/25: gnu: python-bcrypt: Update to 3.1.4.


From: Tobias Geerinckx-Rice
Subject: 06/25: gnu: python-bcrypt: Update to 3.1.4.
Date: Sat, 17 Mar 2018 11:39:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4da20ecd82dba88287a60147987e19529f6567b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 16 01:02:01 2018 +0100

    gnu: python-bcrypt: Update to 3.1.4.
    
    * gnu/packages/password-utils.scm (python-bcrypt): Update to 3.1.4.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 46b6e79..8810392 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -458,14 +458,14 @@ winner of the 2015 Password Hashing Competition.")
 (define-public python-bcrypt
   (package
     (name "python-bcrypt")
-    (version "3.1.0")
+    (version "3.1.4")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "bcrypt" version))
         (sha256
          (base32
-          "1giy0dvd8gvq6flxh44np1v2nqwsji5qsnrz038mgwzgp7c20j75"))))
+          "13cyrnqwkhc70rs6dg65z4yrrr3dc42fhk11804fqmci9hvimvb7"))))
         (build-system python-build-system)
     (native-inputs
      `(("python-pycparser" ,python-pycparser)



reply via email to

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