gnu: xarchiver: Update to 0.5.4.15.
* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.15.
This commit is contained in:
parent
8fc6059b02
commit
ddde8a079c
1 changed files with 3 additions and 3 deletions
|
@ -2101,7 +2101,7 @@ file compression algorithm.")
|
||||||
(define-public xarchiver
|
(define-public xarchiver
|
||||||
(package
|
(package
|
||||||
(name "xarchiver")
|
(name "xarchiver")
|
||||||
(version "0.5.4.14")
|
(version "0.5.4.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2110,7 +2110,7 @@ file compression algorithm.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iklwgykgymrwcc5p1cdbh91v0ih1m58s3w9ndl5kyd44bwlb7px"))))
|
(base32 "0a3y54r5zp2c0cqm77r07qrl1vh200wvqmbhm35diy22fvkq5mwc"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
@ -2118,7 +2118,7 @@ file compression algorithm.")
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("adwaita-icon-theme" ,adwaita-icon-theme) ; Hard-coded theme
|
`(("adwaita-icon-theme" ,adwaita-icon-theme) ; hard-coded theme
|
||||||
("gtk+" ,gtk+)))
|
("gtk+" ,gtk+)))
|
||||||
(home-page "https://github.com/ib/xarchiver")
|
(home-page "https://github.com/ib/xarchiver")
|
||||||
(synopsis "Graphical front-end for archive operations")
|
(synopsis "Graphical front-end for archive operations")
|
||||||
|
|
Reference in a new issue