gnu: libpwquality: Update to 1.4.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Jun 2017 12:44:26 +0000 (14:44 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 21 Jun 2017 19:58:38 +0000 (21:58 +0200)
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.0.

gnu/packages/password-utils.scm

index f6af6a6..a130fda 100644 (file)
@@ -193,7 +193,7 @@ passwords that could be guessed by crack by filtering them out, at source.")
 (define-public libpwquality
   (package
     (name "libpwquality")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (list
@@ -205,7 +205,7 @@ passwords that could be guessed by crack by filtering them out, at source.")
                                    name "-" version ".tar.bz2")))
               (sha256
                (base32
-                "0aidriag6h0syfm33nzdfdsqgrnsgihwjv3a5lgkqch3w68fmlkl"))))
+                "0syyz8r54l8mqmbb0mw19qz4z2cx8gdgidicb8k2s5zjdh2gzrhx"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX: have RUNPATH issue.