diff mbox series

[bug#45382] gnu: xfce4-calculator-plugin: Update to 0.7.1.

Message ID 20201223080537.31328-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#45382] gnu: xfce4-calculator-plugin: Update to 0.7.1. | expand

Checks

Context Check Description
cbaines/submitting builds success
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 Dec. 23, 2020, 8:05 a.m. UTC
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christopher Baines Dec. 23, 2020, 11:05 a.m. UTC | #1
Hi Michael,

Thanks for the patches, they all look great to me. I've gone ahead and
pushed them to master [1].

Let's see if I can close the 5 bugs with one email...

1:
80bb9d9d3b gnu: mousepad: Update to 0.5.1.
c2e49ead43 gnu: xfce4-genmon-plugin: Update to 4.1.0.
8742f55b7e gnu: xfce4-screenshooter: Update to 1.9.8.
4bad5f61ac gnu: xfce4-calculator-plugin: Update to 0.7.1.
fa23813a5c gnu: xfce4-terminal: Update to 0.8.10.
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dad7c1d03d..c3943ee890 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1477,7 +1477,7 @@  and a calendar appears when you left-click on it.")
 (define-public xfce4-calculator-plugin
   (package
    (name "xfce4-calculator-plugin")
-   (version "0.7.0")
+   (version "0.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1486,7 +1486,7 @@  and a calendar appears when you left-click on it.")
                                   "/xfce4-calculator-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1scx7z5ijg2fpcqrzv1nxhpj9vrqic7pyghig70f2n5hgaaanl3v"))))
+                "10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)