GNU bug report logs -
#73374
[PATCH] gnu: pam-mount: fix libcryptsetup detection
Previous Next
Reported by: nathan <nathan_mail <at> nborghese.com>
Date: Fri, 20 Sep 2024 02:44:02 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 73374 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (pam-mount): Update to 2.20.
Change-Id: I5dc139525096981bd789fe7845eff4b47198cf5b
---
gnu/packages/admin.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 47ccb09462..db9aea31a5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4905,14 +4905,14 @@ (define-public ngrep
(define-public pam-mount
(package
(name "pam-mount")
- (version "2.18")
+ (version "2.20")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/pam-mount/pam_mount/"
- "pam_mount-" version ".tar.xz"))
+ (uri (string-append "https://inai.de/files/pam_mount/pam_mount-"
+ version ".tar.xz"))
(sha256
- (base32 "0832nh2qf9pisgwnbgx6hkylx5d7i416l19y3ly4ifv7k1p7mxqa"))))
+ (base32 "1vbc6fd826qgj5qq5g06hc64x6n372xhb92bfvhzi02n91x209jl"))))
(build-system gnu-build-system)
(arguments
(list
--
Best Regards,
Nikita Domnitskii
This bug report was last modified 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.