diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-26 22:07:59 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:22:25 +0800 |
commit | 53b009a87a801c0d1bbd3a49ab0edc7095820749 (patch) | |
tree | 81bdd1237eccb64be6e367e7321358d4563e44b5 | |
parent | c5a2bcd5450209a502cbeea21985b40863207d17 (diff) | |
download | guix-53b009a87a801c0d1bbd3a49ab0edc7095820749.tar.gz guix-53b009a87a801c0d1bbd3a49ab0edc7095820749.zip |
gnu: xfce4-weather-plugin: Update to 0.11.1.
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.1.
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 89451319e7..8f61c7a245 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2146,7 +2146,7 @@ lan interface (signal state, signal quality, network name (SSID)).") (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 @@ lan interface (signal state, signal quality, network name (SSID)).") "/xfce4-weather-plugin-" version ".tar.bz2")) (sha256 (base32 - "1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973")))) + "0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |