1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00

gnu: compsize: Update to 1.5.

* gnu/packages/linux.scm (compsize): Update to 1.5.
This commit is contained in:
Tobias Geerinckx-Rice
2021-03-03 19:03:36 +01:00
parent ce62ca5b1e
commit a5528684c4

View File

@@ -5079,7 +5079,7 @@ blocks and random block placement.")
(define-public compsize
(package
(name "compsize")
(version "1.3")
(version "1.5")
(home-page "https://github.com/kilobyte/compsize")
(source (origin
(method git-fetch)
@@ -5087,7 +5087,7 @@ blocks and random block placement.")
(url home-page)
(commit (string-append "v" version))))
(sha256
(base32 "1c69whla844nwis30jxbj00zkpiw3ccndhkmzjii8av5358mjn43"))
(base32 "0vqnrwgpv6pc1yjl0g4gl71xyl6v0xl3pyqjanjpwps73c53azir"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs