mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -873,7 +873,7 @@ (define-public extundelete
|
|||
(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 @@ (define-public zerofree
|
|||
".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"059g29x5r1xj6wcj4xj85l8w6qrxyl86yqbybjqqz6nxz4falxzf"))))
|
||||
"0rrqfa5z103ws89vi8kfvbks1cfs74ix6n1wb6vs582vnmhwhswm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue