diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:17 +0100 |
commit | 7116cc6f66b1e3ce7947927f9d173a2883814ff5 (patch) | |
tree | 818be91e19e846c24e5688d77cf6bbfe855f4b67 | |
parent | 612cf1b9ffaf5125596da698fef6b5d19b98d3f2 (diff) |
gnu: libxcrypt: Update to 4.4.33.
* gnu/packages/crypto.scm (libxcrypt): Update to 4.4.33.
-rw-r--r-- | gnu/packages/crypto.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index d6d917c951..57a42a6a84 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1670,7 +1670,7 @@ checksum tool based on the BLAKE3 cryptographic hash function.") (define-public libxcrypt (package (name "libxcrypt") - (version "4.4.28") + (version "4.4.33") (source (origin (method git-fetch) @@ -1679,8 +1679,7 @@ checksum tool based on the BLAKE3 cryptographic hash function.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0pacj0s1hlv22iz0k2bkysjslc6rbrgmvmsr02qq17lp4d2gw5rs")))) + (base32 "174k5cj95617akg6pplv371mpd35j9q8il245f2zcpq76yz4qydl")))) (build-system gnu-build-system) (native-inputs (list autoconf |