X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/a9967103de2dd16749f365569ee307637eb1b99a..ffe714b5f441ca22d69ecef34bdbb8e61bf758c4:/gnu/packages/acct.scm diff --git a/gnu/packages/acct.scm b/gnu/packages/acct.scm index b9bc0161e4..585a3c2184 100644 --- a/gnu/packages/acct.scm +++ b/gnu/packages/acct.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Nikita Karetnikov +;;; Copyright © 2020 Björn Höfling ;;; ;;; This file is part of GNU Guix. ;;; @@ -25,7 +26,7 @@ (define-public acct (package (name "acct") - (version "6.6.2") + (version "6.6.4") (source (origin (method url-fetch) @@ -33,9 +34,9 @@ version ".tar.gz")) (sha256 (base32 - "0081hzkcxw9aslpsakridj15m0wbnkdhm210fzbg021vi4pppm4f")))) + "0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac")))) (build-system gnu-build-system) - (home-page "https://gnu.org/software/acct/") + (home-page "https://www.gnu.org/software/acct/") (synopsis "Standard login and process accounting utilities") (description "GNU acct provides a means for system administrators to determine