gnu: xfce4-calculator-plugin: Update to 0.7.1.
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
fa23813a5c
commit
4bad5f61ac
1 changed files with 2 additions and 2 deletions
|
@ -1477,7 +1477,7 @@ and a calendar appears when you left-click on it.")
|
||||||
(define-public xfce4-calculator-plugin
|
(define-public xfce4-calculator-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-calculator-plugin")
|
(name "xfce4-calculator-plugin")
|
||||||
(version "0.7.0")
|
(version "0.7.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/"
|
||||||
|
@ -1486,7 +1486,7 @@ and a calendar appears when you left-click on it.")
|
||||||
"/xfce4-calculator-plugin-" version ".tar.bz2"))
|
"/xfce4-calculator-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1scx7z5ijg2fpcqrzv1nxhpj9vrqic7pyghig70f2n5hgaaanl3v"))))
|
"10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Reference in a new issue