gnu: acct: Update to 6.6.3.
* gnu/packages/acct.scm (acct): Update to 6.6.3.
This commit is contained in:
parent
20832afbf2
commit
005375f53b
|
@ -25,7 +25,7 @@
|
||||||
(define-public acct
|
(define-public acct
|
||||||
(package
|
(package
|
||||||
(name "acct")
|
(name "acct")
|
||||||
(version "6.6.2")
|
(version "6.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0081hzkcxw9aslpsakridj15m0wbnkdhm210fzbg021vi4pppm4f"))))
|
"14x0zklwlg7cc7amlyzffqr8az3fqj1h9dyj0hvl1kpi7cr7kbjy"))))
|
||||||
(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 New Issue