mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: xfce4-calculator-plugin: Update to 0.7.2.
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.2.
This commit is contained in:
parent
57e10cff86
commit
b8cab2ec75
1 changed files with 2 additions and 2 deletions
|
@ -1634,7 +1634,7 @@ (define-public xfce4-datetime-plugin
|
|||
(define-public xfce4-calculator-plugin
|
||||
(package
|
||||
(name "xfce4-calculator-plugin")
|
||||
(version "0.7.1")
|
||||
(version "0.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||
|
@ -1643,7 +1643,7 @@ (define-public xfce4-calculator-plugin
|
|||
"/xfce4-calculator-plugin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4"))))
|
||||
"12q2jh67w0m9vq94gf324xg9k3mji943rwgrddlc340sljz25xni"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
|
|
Loading…
Reference in a new issue