me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-mount-plugin: Update to 1.1.5.

* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.5.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
master
Vincent Legoll 2020-12-27 18:46:21 +01:00 committed by Kei Kebreau
parent 0cb029a7cf
commit d636094bd0
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -1764,7 +1764,7 @@ right-click menu
(define-public xfce4-mount-plugin
(package
(name "xfce4-mount-plugin")
(version "1.1.3")
(version "1.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -1773,7 +1773,7 @@ right-click menu
"/xfce4-mount-plugin-" version ".tar.bz2"))
(sha256
(base32
"07lijjhimjrcyrhasr2299km6wm22xcd3fazdfpqvisbk1mvvrda"))))
"1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)