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 3d7a4e4c7e gnu: password-utils: Delete repetitions of #:use-module
arguments.
3d7a4e4c7e is described below
commit 3d7a4e4c7e5d666c9ba94e99318c926fca622d5f
Author: John Dawson <[email protected]>
AuthorDate: Sat Feb 21 12:49:56 2026 +0000
gnu: password-utils: Delete repetitions of #:use-module arguments.
Merges guix/guix!6605
Change-Id: I3e89578fd77a4de14b7a0845dbecb4e6ed4d92e7
Signed-off-by: Cayetano Santos <[email protected]>
---
gnu/packages/password-utils.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 23ba6650ac..d3289e5dcc 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -63,7 +63,6 @@
(define-module (gnu packages password-utils)
#:use-module ((guix licenses) #:prefix license:)
- #:use-module (guix utils)
#:use-module (guix build-system cmake)
#:use-module (guix build-system copy)
#:use-module (guix build-system gnu)