summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 05:01:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 15:52:57 +0100
commit5658b4ce693637123375ccf594c3b4557b643224 (patch)
treea002125c2bb1e575c5d817ac43f9cb3aa026c14d
parenta40f732bb6a8fc2f22d5931efad428a7cbdbe609 (diff)
downloadguix-patches-5658b4ce693637123375ccf594c3b4557b643224.tar
guix-patches-5658b4ce693637123375ccf594c3b4557b643224.tar.gz
gnu: zerofree: Update to 1.1.1.
* gnu/packages/linux.scm (zerofree): Update to 1.1.1.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b922989018..b4d81943e1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -873,7 +873,7 @@ ext3 or ext4 partition.")
(define-public zerofree
(package
(name "zerofree")
- (version "1.1.0")
+ (version "1.1.1")
(home-page "https://frippery.org/uml/")
(source (origin
(method url-fetch)
@@ -881,7 +881,7 @@ ext3 or ext4 partition.")
".tgz"))
(sha256
(base32
- "059g29x5r1xj6wcj4xj85l8w6qrxyl86yqbybjqqz6nxz4falxzf"))))
+ "0rrqfa5z103ws89vi8kfvbks1cfs74ix6n1wb6vs582vnmhwhswm"))))
(build-system gnu-build-system)
(arguments
'(#:phases