mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: squashfs-tools-ng: Update to 1.1.3.
* gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3.
This commit is contained in:
parent
9b9c74eaa7
commit
d68898d1db
1 changed files with 2 additions and 2 deletions
|
@ -909,7 +909,7 @@ This package allows you to create and extract such file systems.")
|
||||||
(define-public squashfs-tools-ng
|
(define-public squashfs-tools-ng
|
||||||
(package
|
(package
|
||||||
(name "squashfs-tools-ng")
|
(name "squashfs-tools-ng")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -918,7 +918,7 @@ This package allows you to create and extract such file systems.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13gx6mc57wjjnrpnkb74zi2wiqazz2q715y1zz7rff02wh1vb5k9"))
|
(base32 "12ipqmjp10574sz64ls8qbgzkxz5dcbzk0l2fxyh2yrrhnjp34mi"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue