diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-16 19:38:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-16 19:42:22 +0200 |
commit | c6f74eb540ced46a3bfd380efb424867f599ee61 (patch) | |
tree | 3f9076b8f0108a7bbd4c9cf19c9bdbd1daaf55de /gnu | |
parent | b760b6922d7bfddf7905f184ddb8c2721ceb025f (diff) | |
download | patches-c6f74eb540ced46a3bfd380efb424867f599ee61.tar patches-c6f74eb540ced46a3bfd380efb424867f599ee61.tar.gz |
gnu: xfce4-taskmanager: Update to 1.2.3.
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.3.
[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 55696407f3..18327af2e1 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -950,15 +950,15 @@ the desktop wallpaper.") (define-public xfce4-taskmanager (package (name "xfce4-taskmanager") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" - name "/" (version-major+minor version) "/" - name "-" version ".tar.bz2")) + "xfce4-taskmanager/" (version-major+minor version) "/" + "xfce4-taskmanager-" version ".tar.bz2")) (sha256 (base32 - "04qflazmdrj4ys4r54yg4s5pqcjgk02idrjsls395zd4374636p4")))) + "1i63bnvpjpblnd0d3l1v065x9q1cz74cvlab5hzd0q8zgkd49z6w")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |