guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: shadow: Update to 4.8.


From: guix-commits
Subject: 08/11: gnu: shadow: Update to 4.8.
Date: Tue, 10 Dec 2019 19:14:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3f64bc32b06adbcdd90160edaebfb0d8400b0a28
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 10 21:27:50 2019 +0100

    gnu: shadow: Update to 4.8.
    
    * gnu/packages/admin.scm (shadow): Update to 4.8.
---
 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 63921e0..e0f239a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -449,7 +449,7 @@ hostname.")
 (define-public shadow
   (package
     (name "shadow")
-    (version "4.7")
+    (version "4.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -457,7 +457,7 @@ hostname.")
                     "download/" version "/shadow-" version ".tar.xz"))
               (sha256
                (base32
-                "0v71474rx38lg9kidrm4xbk35sg3icv3s5pk2b42icp3lyj9dqg5"))))
+                "0r5c1p8mfwhw11gb6mjsx1k7d4c32dxai7yss8n5pwy1p61ndd34"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Assume System V `setpgrp (void)', which is the default on GNU



reply via email to

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