3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: zerofree: Update to 1.1.0.

* gnu/packages/linux.scm (zerofree): Update to 1.1.0.
[home-page, source]: Update from old, inaccessible location.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-03 22:27:21 +02:00
parent 4de4a1cfcc
commit 30ac4cc7e6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -822,15 +822,15 @@ ext3 or ext4 partition.")
(define-public zerofree
(package
(name "zerofree")
(version "1.0.3")
(home-page "http://intgat.tigress.co.uk/rmy/uml/")
(version "1.1.0")
(home-page "https://frippery.org/uml/")
(source (origin
(method url-fetch)
(uri (string-append home-page name "-" version
".tgz"))
(sha256
(base32
"1xncw3dn2cp922ly42m96p6fh7jv8ysg6bwqbk5xvw701f3dmkrs"))))
"059g29x5r1xj6wcj4xj85l8w6qrxyl86yqbybjqqz6nxz4falxzf"))))
(build-system gnu-build-system)
(arguments
'(#:phases