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

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • 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)
20201229094312.15584-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.0.
---
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 3b0ff54308..271e67094f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1073,7 +1073,7 @@ the desktop wallpaper.")
(define-public xfce4-taskmanager
(package
(name "xfce4-taskmanager")
- (version "1.2.3")
+ (version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1081,7 +1081,7 @@ the desktop wallpaper.")
"xfce4-taskmanager-" version ".tar.bz2"))
(sha256
(base32
- "1i63bnvpjpblnd0d3l1v065x9q1cz74cvlab5hzd0q8zgkd49z6w"))))
+ "0hvx7qqkiyq81axcbkqfv39bn84x8gjzrybq3w3hkz0mzkfq8mk5"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.29.2
Kei Kebreau wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45522-done@debbugs.gnu.org)
87lfd75caf.fsf@posteo.net
Hi Michael,

This patch looks good! I've pushed it to master as commit cf3ca5a7.

Thanks,
Kei
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/004gACgkQ5qXuPBlG
eg18VQ//RrM7PQ4n55orMccceqsdCIAsqg5TWXmK87wdq4O/xMwC/CAheXofsPYU
aAen8un20x6dwnL1xsv5s2nI28oYB97/3V5e+rHBYefKidhrcDrSivD6JVPIhHNw
6MsVu/eaE0HH6HL7nAbQsm/Hmvt+Xl5TKDEGNRay0LZHbASDHaI66k1zbuTdEGLi
bvQCDb+GgaEcrJa0e4Q9xJzcTpSOWpuf8yAOgPk5WXSYWR6ZfeqgsL2dAfb4O5eS
jrBc7FKQDQKX9pc2EDy4HrURZgt0eSRKD2zK23hxXvz9aRHTvzxRfBF7LuhyesAx
UQypZcAc2TdlqoI1yITlyuMoeXT1osYdKoYHBzw/5Wmg/ee/r5c7+XXdnoojx0ss
gnU/f6lIoA+EgL7jROWqBbyxTWUwZiJAkb519N0+qTFd682rU4xeZhUUZmspKAw0
bGm7Pc9ivAP6CL/NZ1SX9rxUJi9pOyX2CE9MP3zZ5b5sd+7tc0+3Bw4r5f1SbkDN
Fyp2e5pKa75aytOt0gCXaJ9EW4n7nns1HFJ9HYz7ch/wY7Rg6KK0EhVk55+upIjn
Uj933v9DlCF645eHxjk3PE7wrHF6jid6vNtX+V5aaKwMDGGuF1raxPYKfOo/C0/v
wPeEAi1Y18pzZ6ayUFt+GEx5iB7DULEHSJK0mhG6/r1Ig5sYlwA=
=Bh71
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45522
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