diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 19:03:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:55 +0100 |
commit | a5528684c486226aa3ec00bcf1044dcd596b0dde (patch) | |
tree | 8e6c9f5b8d02e3b715b64d41a3989fa72bb4426e /gnu/packages | |
parent | ce62ca5b1ea02e043f33019f302a2dfb8d20f839 (diff) |
gnu: compsize: Update to 1.5.
* gnu/packages/linux.scm (compsize): Update to 1.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5fbf525e40..0ae57db373 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |