guix-commits
[Top][All Lists]
Advanced

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

10/113: gnu: tepl: Update to 5.0.1.


From: guix-commits
Subject: 10/113: gnu: tepl: Update to 5.0.1.
Date: Wed, 24 Mar 2021 19:23:28 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 96cb1806a1b9d6f314e5d7c2757fcf5aa54bb715
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:28:03 2021 +0100

    gnu: tepl: Update to 5.0.1.
    
    * gnu/packages/gnome.scm (tepl): Update to 5.0.1.
---
 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 8ae038d..bb95bca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1016,7 +1016,7 @@ between different kinds of computer systems.")
 (define-public tepl
   (package
     (name "tepl")
-    (version "4.4.0")
+    (version "5.0.1")
     (source
      (origin
        (method url-fetch)
@@ -1026,7 +1026,7 @@ between different kinds of computer systems.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0mm2z849hnni7597an05mrv0dckrxjngpf2xfa0g5s17i8x6gxp6"))))
+         "0118j64s4fb350phbgda2rk6sv19rfgglxc7nf248llzc1klj9xi"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f))                    ; FIX-ME: Requires gvfs



reply via email to

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