guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: shadow: Update to 4.8.1.


From: guix-commits
Subject: 02/04: gnu: shadow: Update to 4.8.1.
Date: Mon, 10 Feb 2020 18:06:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1c78a291a038ba540b978e33bcaa707e92d3cfe4
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 30 15:17:04 2020 +0100

    gnu: shadow: Update to 4.8.1.
    
    * gnu/packages/admin.scm (shadow): Update to 4.8.1.
---
 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 ead8303..9b0cba7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -451,7 +451,7 @@ hostname.")
 (define-public shadow
   (package
     (name "shadow")
-    (version "4.8")
+    (version "4.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -459,7 +459,7 @@ hostname.")
                     "download/" version "/shadow-" version ".tar.xz"))
               (sha256
                (base32
-                "0r5c1p8mfwhw11gb6mjsx1k7d4c32dxai7yss8n5pwy1p61ndd34"))))
+                "0qmfq50sdhz6xilgxvinblll8j2iqfl7hwk45bq744y4plq4dbd3"))))
     (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]