gnu: thunar-archive-plugin: Update to 0.5.1.
* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.1.
This commit is contained in:
parent
aec2029817
commit
e426768b77
1 changed files with 2 additions and 2 deletions
|
@ -791,7 +791,7 @@ and import the new pictures from your camera.")
|
||||||
(define-public thunar-archive-plugin
|
(define-public thunar-archive-plugin
|
||||||
(package
|
(package
|
||||||
(name "thunar-archive-plugin")
|
(name "thunar-archive-plugin")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -799,7 +799,7 @@ and import the new pictures from your camera.")
|
||||||
name "/" (version-major+minor version)
|
name "/" (version-major+minor version)
|
||||||
"/" name "-" version ".tar.bz2"))
|
"/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ykg6qj65l5wywpbiiabidjxzvrhv6q4v63jxb6mlai8b2iqijlf"))))
|
(base32 "1vcbbmh2vw43231c7vbkwc35pmhj7ixb65fvssrwfxydsfqkl6x8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config intltool))
|
(native-inputs (list pkg-config intltool))
|
||||||
(inputs (list exo thunar gtk+))
|
(inputs (list exo thunar gtk+))
|
||||||
|
|
Reference in a new issue