[PATCH] gnu: xfce4-notifyd: Update to 0.6.1.

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

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
874kpm9a6a.fsf@rohleder.de
From 63a1d0ba51fafea2e5d2d09eb978e3b23c35edd0 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sat, 1 Aug 2020 07:59:40 +0200
Subject: [PATCH] gnu: xfce4-notifyd: Update to 0.6.1.

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1.
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b72d258b05..997fa37317 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1033,7 +1034,7 @@ several different time zones.")
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.4.4")
+ (version "0.6.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1041,7 +1042,7 @@ several different time zones.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "0m8vlbwdxiw9nmimaj5np9l5qm784gxpkdvc881k0hjcz6n72189"))))
+ "1d49l2vdz4hb2c14ai5p81wz7vikh9g3ffz0gmm2kgw9kjcp8llv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.28.0
--
Murphy's Law is recursive. Washing your car to make it rain doesn't work.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8lBT0ACgkQfHr/vv7y
yyVT4AgAityUnbFuqeJzaHtm2NRkxjP44GlOhij5IwwDK3HVeq8mSagXXhXbdJvP
KRCBjsbgYCpV1Yc3pBP+SIQtvTiy5/zxT7WMMiyALiO3PvPazvTo7VwjaN/GNoAF
IyTUSqLfyYaPBAdygkBRchOkSm6zHoqfoYrIcRvWI93MRd+Ivnz4tU94UoaRmJ76
bsK6KOhlg/uoDGECZ72V0FCqQzM+7z7HxMl948xeNZ4ynQRq/vV90DnyPnM3iQjt
YQ12JBXoFhoUhDKRA0oE+bmc+A8H7gQhfDwbZ2UTUCel9gJK0indr6hT7VqT+9wy
2gcBXNoqPndJmIhP1U6+bICRFKMxbw==
=7w5U
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42643-done@debbugs.gnu.org)
87ft96aljt.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

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