[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sudo: Update to 1.9.8p2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sudo: Update to 1.9.8p2. |
Date: |
Tue, 21 Sep 2021 13:22:10 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1572737 gnu: sudo: Update to 1.9.8p2.
1572737 is described below
commit 1572737db34f9ec66a16adde65fda5ae4db72fd2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 21 19:20:02 2021 +0200
gnu: sudo: Update to 1.9.8p2.
* gnu/packages/admin.scm (sudo): Update to 1.9.8p2.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8576f08..cdf85ed 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1669,7 +1669,7 @@ system administrator.")
(define-public sudo
(package
(name "sudo")
- (version "1.9.8p1")
+ (version "1.9.8p2")
(source (origin
(method url-fetch)
(uri
@@ -1679,7 +1679,7 @@ system administrator.")
version ".tar.gz")))
(sha256
(base32
- "0scd70jds35pdai527cjgdd9c41a7gakpam41hpak5bhvwjfwf89"))
+ "0b8gd15l2g22w4fhhz0gzmq5c8370klanmy2c1p3px6yly6qnfwy"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sudo: Update to 1.9.8p2.,
guix-commits <=