mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: xfce4-weather-plugin: Update to 0.11.1.
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.1.
This commit is contained in:
parent
c5a2bcd545
commit
53b009a87a
1 changed files with 2 additions and 2 deletions
|
@ -2146,7 +2146,7 @@ (define-public xfce4-wavelan-plugin
|
|||
(define-public xfce4-weather-plugin
|
||||
(package
|
||||
(name "xfce4-weather-plugin")
|
||||
(version "0.11.0")
|
||||
(version "0.11.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||
|
@ -2155,7 +2155,7 @@ (define-public xfce4-weather-plugin
|
|||
"/xfce4-weather-plugin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973"))))
|
||||
"0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
|
|
Loading…
Reference in a new issue