guix-commits
[Top][All Lists]
Advanced

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

23/75: gnu: Add tepl-5.


From: guix-commits
Subject: 23/75: gnu: Add tepl-5.
Date: Mon, 27 Sep 2021 07:17:17 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 19d05a64b4fd27d281cf6a7cc6654739c813f8ae
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 18:11:21 2021 +0000

    gnu: Add tepl-5.
    
    * gnu/packages/gnome.scm (tepl-5): New variable.
---
 gnu/packages/gnome.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea1d63a..b588945 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1054,6 +1054,22 @@ GtkSourceView-based text editors and IDEs.")
     (home-page "https://wiki.gnome.org/Projects/Tepl";)
     (license license:lgpl2.1+)))
 
+(define-public tepl-5
+  (package
+    (inherit tepl)
+    (name "tepl")
+    (version "5.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "mirror://gnome/sources/" name "/"
+                       (version-major+minor version) "/"
+                       name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "0118j64s4fb350phbgda2rk6sv19rfgglxc7nf248llzc1klj9xi"))))))
+
 (define-public krb5-auth-dialog
   (package
     (name "krb5-auth-dialog")



reply via email to

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