guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cc774ec444941ea5851a026067729daa67292c62
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: xfce4-terminal: Update to 1.1.5.
    
    * gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.5.
    
    Change-Id: Ib60800d316ba915447ddb0f143ebd63590f9e965
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3fa12b1c8c..4907a4fd61 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1245,7 +1245,7 @@ features playback of local media files, DVD/CD and live 
streams.")
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-    (version "1.1.4")
+    (version "1.1.5")
     (source
      (origin
        (method git-fetch)
@@ -1255,7 +1255,7 @@ features playback of local media files, DVD/CD and live 
streams.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16rcp2f6wh8vdzppkv2xgqlqffg85azi3vdvl90xn2r4ixyrzfas"))))
+        (base32 "11xs71vhz1anyyd41fzm2rz99w6pmv1wszyyjfz8xfg6932ypmd8"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to