diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2020-10-19 19:56:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2020-10-19 21:44:31 +0200 |
commit | 485ee063d69d6980200b41792cf41893492849f1 (patch) | |
tree | b83b07b40c3a27d7e0b63691c372f24538437479 /gnu | |
parent | 48e8bad36e77d41fc348ba6c873e7fa03aca6901 (diff) |
gnu: libpwquality: Update to 1.4.4.
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index c178c2de8d..936cacca82 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016, 2019, 2020 Alex Griffin <[email protected]> ;;; Copyright © 2017 Leo Famulari <[email protected]> ;;; Copyright © 2017, 2018 Clément Lassieur <[email protected]> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Jelle Licht <[email protected]> ;;; Copyright © 2017, 2019 Eric Bavier <[email protected]> ;;; Copyright © 2017, 2020 Nicolas Goaziou <[email protected]> @@ -367,7 +367,7 @@ them out, at the source.") (define-public libpwquality (package (name "libpwquality") - (version "1.4.2") + (version "1.4.4") (source (origin (method url-fetch) (uri (list @@ -379,7 +379,7 @@ them out, at the source.") "libpwquality-" version ".tar.bz2"))) (sha256 (base32 - "13hw532fmzc5xjpy75d74rlfdlxf2a8ibb4hyy9c0s92wsgf0qsj")))) + "0id5a8bi8xnjg11g9vzrl2xbpx65mfxclxcvis7zx1v8vhisyfyl")))) (build-system gnu-build-system) (arguments `(#:phases |