summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-03 22:27:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-04 01:51:22 +0200
commit30ac4cc7e6a1819d4d56c02e695020498d7653d3 (patch)
treeca77cbfc41fbe04f0d627cd7f97ad0f5249e52bb /gnu/packages
parent4de4a1cfccb981757765202a0fd2db4bf7479822 (diff)
downloadgnu-guix-30ac4cc7e6a1819d4d56c02e695020498d7653d3.tar
gnu-guix-30ac4cc7e6a1819d4d56c02e695020498d7653d3.tar.gz
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 843ee6dc45..a103fd891a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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