me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-weather-plugin: Update to 0.11.1.

* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.1.
master
宋文武 2023-04-26 22:07:59 +08:00
parent c5a2bcd545
commit 53b009a87a
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -2146,7 +2146,7 @@ lan interface (signal state, signal quality, network name (SSID)).")
(define-public xfce4-weather-plugin (define-public xfce4-weather-plugin
(package (package
(name "xfce4-weather-plugin") (name "xfce4-weather-plugin")
(version "0.11.0") (version "0.11.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/"
@ -2155,7 +2155,7 @@ lan interface (signal state, signal quality, network name (SSID)).")
"/xfce4-weather-plugin-" version ".tar.bz2")) "/xfce4-weather-plugin-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973")))) "0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))