diff mbox series

[bug#45381] gnu: xfce4-terminal: Update to 0.8.10.

Message ID 20201223080319.30863-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#45381] gnu: xfce4-terminal: Update to 0.8.10. | 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:03 a.m. UTC
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.10.
---
 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.
Jonathan Brielmaier Dec. 23, 2020, 3:49 p.m. UTC | #2
@Michael: Are you working on the xfce 4.16 update? Otherwise I would
start working on it, as I call me a xfce user since switching to Wayland...

~Jonathan
Michael Rohleder Dec. 24, 2020, 6:33 a.m. UTC | #3
Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:
> @Michael: Are you working on the xfce 4.16 update? Otherwise I would
> start working on it, as I call me a xfce user since switching to Wayland...

Yes, I do.  It's nearly ready, I just want to test it some more.
Maybe I'll sent a (big) patch today, if nobody beats me.
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dad7c1d03d..265a155adf 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -925,7 +925,7 @@  devices and folders.")
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-    (version "0.8.9.2")
+    (version "0.8.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -933,7 +933,7 @@  devices and folders.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1szfmvx4gbwcqag7fnlqh96i9cmvs6xm1yrdbnlzh3imdpw3p8lv"))))
+                "1irxyg5vp6vyd9vxdqav6jhchfkmhlqq511386h644p0k30kfcvs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)