[PATCH] gnu: xfce4-taskmanager: Update to 1.4.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210207134612.23734-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 08a2590bdf..9d8fead43c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1069,7 +1069,7 @@ the desktop wallpaper.")
(define-public xfce4-taskmanager
(package
(name "xfce4-taskmanager")
- (version "1.4.0")
+ (version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1077,7 +1077,7 @@ the desktop wallpaper.")
"xfce4-taskmanager-" version ".tar.bz2"))
(sha256
(base32
- "0hvx7qqkiyq81axcbkqfv39bn84x8gjzrybq3w3hkz0mzkfq8mk5"))))
+ "0nsvjrsg8bc4wbqqq9y9r4nvdsz3443q0qz05k68qjdxwzyx4h8i"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46363-done@debbugs.gnu.org)
YCDmKdYl14EPIKBQ@3900XT
Thanks! Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAg5ikACgkQQarn3Mo9
g1E+kw//dZ8oQqbCBAi+FOLlNSvlxjWygceb47ucdPN3o9+K8fQlIjqYqZF6b75F
ijv9kWUU4RYO0ryqjJN6yscO1fRPyKGhwIx2RzjlxssuD6IUEV5U9ZxFejjiZduK
0pRQCHDvvQkpzTSntTDMbF0j2YSFtZ5sNIH6N8QA61oBu4i/Eg9O4SjP6UIeY7tQ
9rE6mH2HRFxzMNEcxis+rXl1wBDS6MTMizhiVes5PHaB3TXTfCv23Ani6S9Yelxa
oRhilz+5MfyAjAaFsS8pnabRj6phBViTjg7UAEaiCnclYsjMU6MXDeUSS/oNDuGZ
XVbDPvQMMiRvviMKxG1iJdXatkIH7Y3jXgyTJjS95xpiTs72Nwl1OmPci3t2PrYz
f/A/+Ww+WucSYY7h4lrSwOnD9fChaNWK8C+GKs8bLdxXHVUijFfvyTVvx9KCHSsM
8cRtTuRByhXzFe7rDFn6yLX4sHh8zh2jjU9vabHcIeGf1KAvt+V8pnfKwGLag2lk
d17QW4EWhx+IkWAxTI9bvsIbftXZDxsTHqeY94ujuSRml/kzxrDm9TvwbhtYoPHW
O4vKfwxJX8MWj92UOKqkEqhSdXf5+oc1UKKvOyxj1nu2Khj6pVlXoRQVfDM08d0I
pE8x3ig+AUpeRPt8z+MYTJp56tREIkSaOWO1JWLk2LRET0ko34o=
=cg24
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46363@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46363
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help