mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: thunar-archive-plugin: Update to 0.5.2.
* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.2. Change-Id: I7a4983605ecfbd5d450ac1914a312a90c959ff82
This commit is contained in:
parent
05e9eb55dc
commit
963b3832e1
1 changed files with 2 additions and 2 deletions
|
@ -793,7 +793,7 @@ (define-public thunar-volman
|
|||
(define-public thunar-archive-plugin
|
||||
(package
|
||||
(name "thunar-archive-plugin")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -801,7 +801,7 @@ (define-public thunar-archive-plugin
|
|||
name "/" (version-major+minor version)
|
||||
"/" name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1vcbbmh2vw43231c7vbkwc35pmhj7ixb65fvssrwfxydsfqkl6x8"))))
|
||||
(base32 "1qxdsnwjy8z358yd0avi1h2r6y1izfv26dzlp5fsh3pwpivzhyb3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config intltool))
|
||||
(inputs (list exo thunar gtk+))
|
||||
|
|
Loading…
Reference in a new issue