guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: xfce4-terminal: Update to 1.0.1.


From: guix-commits
Subject: 01/04: gnu: xfce4-terminal: Update to 1.0.1.
Date: Tue, 26 Apr 2022 03:36:13 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit c4f402f191723dffe268aa342108076b6a7e3447
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Apr 17 12:26:21 2022 +0200

    gnu: xfce4-terminal: Update to 1.0.1.
    
    * gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.1.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 7920370e37..7c7804f4b3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -954,7 +954,7 @@ features playback of local media files, DVD/CD and live 
streams.")
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-    (version "1.0.0")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"; name "/"
@@ -962,7 +962,7 @@ features playback of local media files, DVD/CD and live 
streams.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0xk5vchkzchkp7c5sfvi49m8kdq906cpbq2l33jm325iv5xnlfsr"))))
+                "19gbw5cp1qdg59l53y36cczm37l18c2cx2lhw25pzs9z3n3r0dhx"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]