diff mbox series

[bug#46062] gnu: xfce4-genmon-plugin: Update to 4.1.1.

Message ID 20210124015226.17240-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#46062] gnu: xfce4-genmon-plugin: Update to 4.1.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder Jan. 24, 2021, 1:52 a.m. UTC
* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Jan. 29, 2021, 10:54 a.m. UTC | #1
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.1.

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c8dd66b2e0..61b317e74a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1620,7 +1620,7 @@  be clicked to open the chosen mount point.")
 (define-public xfce4-genmon-plugin
   (package
    (name "xfce4-genmon-plugin")
-   (version "4.1.0")
+   (version "4.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1629,7 +1629,7 @@  be clicked to open the chosen mount point.")
                                   "/xfce4-genmon-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "0zafr1jrw87l7h4z3wp88gj7n5mcygm22aw42vdpnp2l8x5nn9fi"))))
+                "0d81npcqnmkw2qaqa8c6igh9j5r4ivgb15zcjwxjkyhrzz89y4dj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)