This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 624a9d203c gnu: libpwquality: Update to 1.4.5.
624a9d203c is described below
commit 624a9d203cfcee6917d2fc7ffcd180ffc9e04a43
Author: Douglas Deslauriers <[email protected]>
AuthorDate: Tue Mar 11 11:47:55 2025 -0400
gnu: libpwquality: Update to 1.4.5.
* gnu/packages/password-utils.scm (libpwquality): Update to
1.4.5.
Change-Id: I41ece492f97604160ead8bcfeb2c33cba9c1fdd5
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/password-utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index a23082448c..fd43198994 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -720,7 +720,7 @@ them out, at the source.")
(define-public libpwquality
(package
(name "libpwquality")
- (version "1.4.4")
+ (version "1.4.5")
(source (origin
(method url-fetch)
(uri (list
@@ -732,7 +732,7 @@ them out, at the source.")
"libpwquality-" version ".tar.bz2")))
(sha256
(base32
- "0id5a8bi8xnjg11g9vzrl2xbpx65mfxclxcvis7zx1v8vhisyfyl"))))
+ "1209l7ba51rjsq724hi8my0s11xpslp9hhif9p89jp9hbnviikvg"))))
(build-system gnu-build-system)
(arguments
`(#:phases