mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: pam-mount: Update to 2.20.
* gnu/packages/admin.scm (pam-mount): Update to 2.20. Change-Id: I5dc139525096981bd789fe7845eff4b47198cf5b Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
2c5bcb1f30
commit
cd9ac7d96b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue