mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: compsize: Update to 1.5.
* gnu/packages/linux.scm (compsize): Update to 1.5.
This commit is contained in:
parent
ce62ca5b1e
commit
a5528684c4
1 changed files with 2 additions and 2 deletions
|
@ -5079,7 +5079,7 @@ (define-public cramfs-tools
|
||||||
(define-public compsize
|
(define-public compsize
|
||||||
(package
|
(package
|
||||||
(name "compsize")
|
(name "compsize")
|
||||||
(version "1.3")
|
(version "1.5")
|
||||||
(home-page "https://github.com/kilobyte/compsize")
|
(home-page "https://github.com/kilobyte/compsize")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5087,7 +5087,7 @@ (define-public compsize
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c69whla844nwis30jxbj00zkpiw3ccndhkmzjii8av5358mjn43"))
|
(base32 "0vqnrwgpv6pc1yjl0g4gl71xyl6v0xl3pyqjanjpwps73c53azir"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue