gnu: zerofree: Update to 1.1.1.
* gnu/packages/linux.scm (zerofree): Update to 1.1.1.
This commit is contained in:
parent
a40f732bb6
commit
5658b4ce69
|
@ -873,7 +873,7 @@ ext3 or ext4 partition.")
|
||||||
(define-public zerofree
|
(define-public zerofree
|
||||||
(package
|
(package
|
||||||
(name "zerofree")
|
(name "zerofree")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(home-page "https://frippery.org/uml/")
|
(home-page "https://frippery.org/uml/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -881,7 +881,7 @@ ext3 or ext4 partition.")
|
||||||
".tgz"))
|
".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"059g29x5r1xj6wcj4xj85l8w6qrxyl86yqbybjqqz6nxz4falxzf"))))
|
"0rrqfa5z103ws89vi8kfvbks1cfs74ix6n1wb6vs582vnmhwhswm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue