From: Nikita Domnitskii via Guix-patches via <guix-patches@gnu.org>
To: 73374@debbugs.gnu.org
Subject: [bug#73374] [PATCH v2 3/3] gnu: pam-mount: Update to 2.20.
Date: Thu, 31 Oct 2024 11:47:33 +0600 [thread overview]
Message-ID: <8320cf77262105b36c54e4e3d56d1552607f45ca.1730355663.git.nikita@domnitskii.me> (raw)
In-Reply-To: <cover.1730355663.git.nikita@domnitskii.me>
* 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 7669d65dce..73c151f8ab 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
next prev parent reply other threads:[~2024-10-31 6:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 2:43 [bug#73374] [PATCH] gnu: pam-mount: fix libcryptsetup detection nathan via Guix-patches via
2024-10-31 6:21 ` [bug#73374] [PATCH v2 0/3] Fix and update pam-mount Nikita Domnitskii via Guix-patches via
2024-09-20 2:43 ` [bug#73374] [PATCH v2 1/3] gnu: pam-mount: Fix libcryptsetup detection Nikita Domnitskii via Guix-patches via
2024-10-31 5:47 ` Nikita Domnitskii via Guix-patches via [this message]
2024-10-31 5:59 ` [bug#73374] [PATCH v2 2/3] gnu: pam-mount: Remove lvm2 from inputs Nikita Domnitskii via Guix-patches via
2024-10-31 15:17 ` [bug#73374] [PATCH v3 0/2] Nikita Domnitskii via Guix-patches via
2024-09-20 2:43 ` [bug#73374] [PATCH v3 1/2] gnu: pam-mount: Fix libcryptsetup detection Nikita Domnitskii via Guix-patches via
2024-10-31 5:47 ` [bug#73374] [PATCH v3 2/2] gnu: pam-mount: Update to 2.20 Nikita Domnitskii via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8320cf77262105b36c54e4e3d56d1552607f45ca.1730355663.git.nikita@domnitskii.me \
--to=guix-patches@gnu.org \
--cc=73374@debbugs.gnu.org \
--cc=nikita@domnitskii.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.