mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: xfce4-fsguard-plugin: Update to 1.1.2.
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.2. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
parent
d33b7a2f1b
commit
4246deaaeb
1 changed files with 2 additions and 2 deletions
|
@ -1594,7 +1594,7 @@ (define-public xfce4-embed-plugin
|
||||||
(define-public xfce4-fsguard-plugin
|
(define-public xfce4-fsguard-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-fsguard-plugin")
|
(name "xfce4-fsguard-plugin")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -1603,7 +1603,7 @@ (define-public xfce4-fsguard-plugin
|
||||||
"/xfce4-fsguard-plugin-" version ".tar.bz2"))
|
"/xfce4-fsguard-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05nmfkrmifm76bsywqmbjd1qdvzagv5cbvnwbkb57156j055vl6n"))))
|
"01a1an5z4kpgi68lk98q7wga7sx676fcbnrsd5cpq4d736ifdn37"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue