diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-08 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-08 02:00:00 +0200 |
commit | 601d95206decdc85186dd0cfba4bd3b70658c7e4 (patch) | |
tree | 12277be1c1120b68f40dfbbba228c0f19d7b7684 /gnu/packages/crypto.scm | |
parent | dc0009853550fc5e7ad647d7dc4b962d343d62df (diff) |
gnu: libscrypt: Update to 1.22.
* gnu/packages/crypto.scm (libscrypt): Update to 1.22.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index c5b19b0c2a..0cef58259e 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2015, 2017, 2018, 2019, 2022 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017, 2018, 2019, 2021 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox> -;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is> ;;; Copyright © 2016, 2017, 2019, 2020 Eric Bavier <bavier@posteo.net> ;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com> @@ -580,7 +580,7 @@ attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.") (define-public libscrypt (package (name "libscrypt") - (version "1.21") + (version "1.22") (source (origin (method git-fetch) @@ -589,8 +589,7 @@ attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1d76ys6cp7fi4ng1w3mz2l0p9dbr7ljbk33dcywyimzjz8bahdng")))) + (base32 "10dinz1zx8zfm81ra16s20izpm7f7j414n4i3fkdf40vbl5slra1")))) (build-system gnu-build-system) (outputs (list "out" "static")) (arguments |