mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: acct: Update to 6.6.4.
* gnu/packages/acct.scm (acct): Update to 6.6.4.
This commit is contained in:
parent
84fcb58050
commit
f03d8d67a5
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ (define-module (gnu packages acct)
|
||||||
(define-public acct
|
(define-public acct
|
||||||
(package
|
(package
|
||||||
(name "acct")
|
(name "acct")
|
||||||
(version "6.6.3")
|
(version "6.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -33,7 +33,7 @@ (define-public acct
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14x0zklwlg7cc7amlyzffqr8az3fqj1h9dyj0hvl1kpi7cr7kbjy"))))
|
"0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://gnu.org/software/acct/")
|
(home-page "https://gnu.org/software/acct/")
|
||||||
(synopsis "Standard login and process accounting utilities")
|
(synopsis "Standard login and process accounting utilities")
|
||||||
|
|
Loading…
Reference in a new issue