[PATCH] gnu: xfce4-battery-plugin: Update to 1.1.4.

  • 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)
20210325005120.14025-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.4.
---
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 dc65567835..eb934de4cf 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -463,7 +463,7 @@ applications menu, workspace switcher and more.")
(define-public xfce4-battery-plugin
(package
(name "xfce4-battery-plugin")
- (version "1.1.3")
+ (version "1.1.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -471,7 +471,7 @@ applications menu, workspace switcher and more.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "18s0s004nidii8cc3ldp5n3jajc18vwn9vhkhmhy3lbbs520mghj"))))
+ "08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
--
2.31.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 47370-done@debbugs.gnu.org)
YFxs0txX2wu8gTi4@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBcbNIACgkQQarn3Mo9
g1E9FhAAlTptnh79QRR+Q1qQGMLrBn24ip3na+7OLQfmF9MyxADCqZgDq7lPyn3g
Pw0vJIQno+l7OyAo/bk2oRdZEyA8+p9EYrflBjAVgD3FGHnpnY5u9N398rwj1DRE
aqLA8oBY8LabSmaIWAVdhTcBF5+TxJnGNe1Ttyd1oqCoxTSITiB6d2Z7CTx5arp3
uSgjiTWnm0jc441r+pmh59fpoPN/cRipMNlIzA//adPUXR2hs1qVL6VetsQnCu7a
SjkMIihoUjeJBH9sCfd8J2R3seia0Iqz+kPX003egjCUgmMmNJF9sLftGiwgyrNi
Zl1UhAqW118kPBF8sSbUjwoqasKuVBC10v+zLI1m82UxmIZmQvVEdbTIJxSWojHG
TvQsdB5rhClI5a/5mOQYPtDhFGG9p27lo8TlTlU2yYm/j12Z4KCFoyfgc+VzRwvz
cdlI56nNUHkkTOscCNVD5emY/sCAObjVuGo2L+ZMa1kMkprFxrhoTFWisl6C/v86
/lPAcqbtDHsjlrzpFXkQw9PkMo8XcQsuZr+rLimQTMBJ+e9mgcYnoJj4F/JxZKjT
RcJ/3WzYnqmcDaYfj00HmLaxyImhyZlvjenHGeUGV7uPNQH71GkbUp2n46ekv7GK
4oCBTqJEBhOPjd5pGi7R55dW1w8EkeJILr6SUtkjnldWNKdFCbs=
=rngc
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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