nckx pushed a commit to branch master
in repository guix.
commit dc9be12eafa793e02c0e85e9b991c53e48892092
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Nov 30 00:14:44 2021 +0100
gnu: squashfs-tools: Update to 4.5.
* gnu/packages/compression.scm (squashfs-tools): Update to 4.5.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index f0530e1..109afd0 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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