gnu: xfce4-battery-plugin: Update to 1.1.2.
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.2.master
parent
b0f44c67d3
commit
40136e2490
|
@ -318,15 +318,15 @@ applications menu, workspace switcher and more.")
|
||||||
(define-public xfce4-battery-plugin
|
(define-public xfce4-battery-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-battery-plugin")
|
(name "xfce4-battery-plugin")
|
||||||
(version "1.0.5")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
name "/" (version-major+minor version) "/"
|
name "/" (version-major+minor version) "/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04gbplcj8z4vg5xbks8cc2jjf62mmf9sdymg90scjwmb82pv2ngn"))))
|
"1nypi0zazrcrbbm5vb221yw64zxrk56v4fffkblxlyd9m6gk80fn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
|
|
Reference in New Issue