diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 16:14:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 19:23:49 +0200 |
commit | d68898d1db6563e18f500a6776adcbe481b3e915 (patch) | |
tree | 5ee911952abc37d10e78c8e4a940a7a2a2dcf330 /gnu | |
parent | 9b9c74eaa79cf69ab1b612e5ab02b93d93f2516c (diff) | |
download | guix-d68898d1db6563e18f500a6776adcbe481b3e915.tar.gz |
gnu: squashfs-tools-ng: Update to 1.1.3.
* gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index cfbc959182..2b415cb714 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -909,7 +909,7 @@ This package allows you to create and extract such file systems.") (define-public squashfs-tools-ng (package (name "squashfs-tools-ng") - (version "1.1.2") + (version "1.1.3") (source (origin (method git-fetch) @@ -918,7 +918,7 @@ This package allows you to create and extract such file systems.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13gx6mc57wjjnrpnkb74zi2wiqazz2q715y1zz7rff02wh1vb5k9")) + (base32 "12ipqmjp10574sz64ls8qbgzkxz5dcbzk0l2fxyh2yrrhnjp34mi")) (modules '((guix build utils))) (snippet '(begin |