mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
0cb029a7cf
commit
d636094bd0
1 changed files with 2 additions and 2 deletions
|
@ -1764,7 +1764,7 @@ (define-public xfce4-mpc-plugin
|
|||
(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 @@ (define-public xfce4-mount-plugin
|
|||
"/xfce4-mount-plugin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"07lijjhimjrcyrhasr2299km6wm22xcd3fazdfpqvisbk1mvvrda"))))
|
||||
"1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue