diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-22 12:46:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-22 13:47:25 +0200 |
commit | f03d8d67a50b86078d4d196fce656a1fa562b34a (patch) | |
tree | 4c0b19c14310d6024cfe69d4ba22148abdebf63f /gnu/packages/acct.scm | |
parent | 84fcb58050f4dc18cd3ec3ae13846789de5223b2 (diff) | |
download | guix-f03d8d67a50b86078d4d196fce656a1fa562b34a.tar guix-f03d8d67a50b86078d4d196fce656a1fa562b34a.tar.gz |
gnu: acct: Update to 6.6.4.
* gnu/packages/acct.scm (acct): Update to 6.6.4.
Diffstat (limited to 'gnu/packages/acct.scm')
-rw-r--r-- | gnu/packages/acct.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/acct.scm b/gnu/packages/acct.scm index c86713cb35..a0aac153b0 100644 --- a/gnu/packages/acct.scm +++ b/gnu/packages/acct.scm @@ -25,7 +25,7 @@ (define-public acct (package (name "acct") - (version "6.6.3") + (version "6.6.4") (source (origin (method url-fetch) @@ -33,7 +33,7 @@ version ".tar.gz")) (sha256 (base32 - "14x0zklwlg7cc7amlyzffqr8az3fqj1h9dyj0hvl1kpi7cr7kbjy")))) + "0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac")))) (build-system gnu-build-system) (home-page "https://gnu.org/software/acct/") (synopsis "Standard login and process accounting utilities") |