diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 11:54:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:18 +0100 |
commit | beecf815dbd1256c4ffaccebffc2be2024111bbd (patch) | |
tree | 1aa8a525355801dba7603db6680ca7ba80779c5f /gnu/packages/xfce.scm | |
parent | 3a5557a4d2d69dccd8c0f7c60715867eeec3c1bf (diff) | |
download | patches-beecf815dbd1256c4ffaccebffc2be2024111bbd.tar patches-beecf815dbd1256c4ffaccebffc2be2024111bbd.tar.gz |
gnu: xfce4-weather-plugin: Update to 0.10.1.
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.1.
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 84af038a4f..3aacfb0c7c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1971,7 +1971,7 @@ lan interface (signal state, signal quality, network name (SSID)).") (define-public xfce4-weather-plugin (package (name "xfce4-weather-plugin") - (version "0.10.0") + (version "0.10.1") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/src/panel-plugins/" @@ -1980,7 +1980,7 @@ lan interface (signal state, signal quality, network name (SSID)).") "/xfce4-weather-plugin-" version ".tar.bz2")) (sha256 (base32 - "0wlm80panxyn86l9qm3mbliqj7gkf2zyzak3w041zz9hg31a08s4")))) + "12bs2rfmmy021087i10vxibdbbvd5vld0vk3h5hymhpz7rgszcmg")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |