guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: tepl: Update to 6.4.0.


From: guix-commits
Subject: 01/05: gnu: tepl: Update to 6.4.0.
Date: Sun, 22 Jan 2023 07:00:15 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit d88dcdadbd2b03062e23d2bebe22c1b86c1207ff
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jan 11 21:22:35 2023 +0100

    gnu: tepl: Update to 6.4.0.
    
    * gnu/packages/gnome.scm (tepl): Update to 6.4.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b5b7a33b5b..bd95a7d06a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1048,7 +1048,7 @@ between different kinds of computer systems.")
 (define-public tepl
   (package
     (name "tepl")
-    (version "6.1.2")
+    (version "6.4.0")
     (source
      (origin
        (method url-fetch)
@@ -1058,7 +1058,7 @@ between different kinds of computer systems.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "16x14j3nvsjj7jb2qmxpzygnlcy7sd7p6skv0sqshkwdlp4jxzha"))))
+         "08bkp3wrvmcks0082lfw4a0ian9c6j68rdb43px0bkyhd43b4mjy"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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