gnu: libxcrypt: Update to 4.4.33.

* gnu/packages/crypto.scm (libxcrypt): Update to 4.4.33.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-22 01:00:01 +01:00
parent 612cf1b9ff
commit 7116cc6f66
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1670,7 +1670,7 @@ (define-public b3sum
(define-public libxcrypt
(package
(name "libxcrypt")
(version "4.4.28")
(version "4.4.33")
(source
(origin
(method git-fetch)
@ -1679,8 +1679,7 @@ (define-public libxcrypt
(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