gnu: squashfs-tools: Update to 4.5.
* gnu/packages/compression.scm (squashfs-tools): Update to 4.5.master
parent
cdf7b3daa3
commit
dc9be12eaf
|
@ -858,7 +858,7 @@ time for compression ratio.")
|
|||
(define-public squashfs-tools
|
||||
(package
|
||||
(name "squashfs-tools")
|
||||
(version "4.4-git.1") ; ‘A point release of […] 4.4’
|
||||
(version "4.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -867,7 +867,7 @@ time for compression ratio.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hb95iy445hs2p3f7hg51jkrpkfi3bphddk60p2la0qmcdjkgbbm"))))
|
||||
(base32 "18d4nwa22vgb8j2badngjngw63f0lj501cvlh3920wqy2mqxwav6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Reference in New Issue