gnu: xfce4-genmon-plugin: Update to 4.1.1.
* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
79c11747c0
commit
00809fccab
|
@ -1620,7 +1620,7 @@ be clicked to open the chosen mount point.")
|
||||||
(define-public xfce4-genmon-plugin
|
(define-public xfce4-genmon-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-genmon-plugin")
|
(name "xfce4-genmon-plugin")
|
||||||
(version "4.1.0")
|
(version "4.1.1")
|
||||||
(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/"
|
||||||
|
@ -1629,7 +1629,7 @@ be clicked to open the chosen mount point.")
|
||||||
"/xfce4-genmon-plugin-" version ".tar.bz2"))
|
"/xfce4-genmon-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zafr1jrw87l7h4z3wp88gj7n5mcygm22aw42vdpnp2l8x5nn9fi"))))
|
"0d81npcqnmkw2qaqa8c6igh9j5r4ivgb15zcjwxjkyhrzz89y4dj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Reference in New Issue