guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: acct: Update to 6.6.3.


From: Ludovic Courtès
Subject: 03/09: gnu: acct: Update to 6.6.3.
Date: Tue, 2 May 2017 06:33:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 005375f53bb31ead3fd744b7f926a1b41c5a3e26
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 2 12:17:42 2017 +0200

    gnu: acct: Update to 6.6.3.
    
    * gnu/packages/acct.scm (acct): Update to 6.6.3.
---
 gnu/packages/acct.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/acct.scm b/gnu/packages/acct.scm
index b9bc016..c86713c 100644
--- a/gnu/packages/acct.scm
+++ b/gnu/packages/acct.scm
@@ -25,7 +25,7 @@
 (define-public acct
   (package
     (name "acct")
-    (version "6.6.2")
+    (version "6.6.3")
     (source
      (origin
       (method url-fetch)
@@ -33,7 +33,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "0081hzkcxw9aslpsakridj15m0wbnkdhm210fzbg021vi4pppm4f"))))
+        "14x0zklwlg7cc7amlyzffqr8az3fqj1h9dyj0hvl1kpi7cr7kbjy"))))
     (build-system gnu-build-system)
     (home-page "https://gnu.org/software/acct/";)
     (synopsis "Standard login and process accounting utilities")



reply via email to

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