guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: pam-mount: Update to 2.18.


From: guix-commits
Subject: 02/04: gnu: pam-mount: Update to 2.18.
Date: Sat, 27 Mar 2021 17:49:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f7aa0734518f18680a1fe4d54af221a45002475b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 27 22:17:55 2021 +0100

    gnu: pam-mount: Update to 2.18.
    
    * gnu/packages/admin.scm (pam-mount): Update to 2.18.
    [inputs]: Replace pcre with pcre2.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1b0cc6a..df79733 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4104,14 +4104,14 @@ tcpdump and snoop.")
 (define-public pam-mount
   (package
     (name "pam-mount")
-    (version "2.17")
+    (version "2.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/pam-mount/pam_mount/"
                            "pam_mount-" version ".tar.xz"))
        (sha256
-        (base32 "1q2n6a2ah6nghdn8i6ad2wj247njwb5nx48cggxknaa6lqxylidy"))))
+        (base32 "0832nh2qf9pisgwnbgx6hkylx5d7i416l19y3ly4ifv7k1p7mxqa"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)
@@ -4123,7 +4123,7 @@ tcpdump and snoop.")
        ("linux-pam" ,linux-pam)
        ("lvm2" ,lvm2)
        ("openssl" ,openssl)
-       ("pcre" ,pcre)
+       ("pcre2" ,pcre2)
        ("libmount" ,util-linux "lib")
        ("util-linux" ,util-linux)))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]