guix-commits
[Top][All Lists]
Advanced

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

88/181: gnu: Remove tepl-5.


From: guix-commits
Subject: 88/181: gnu: Remove tepl-5.
Date: Tue, 13 Sep 2022 02:25:57 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8dae63937bb28d2bafe47225664f1a3acf5fdc30
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 8 12:02:25 2022 -0400

    gnu: Remove tepl-5.
    
    * gnu/packages/gnome.scm (tepl-5): Delete variable.
---
 gnu/packages/gnome.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c451931bba..f7f12a6b12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1094,22 +1094,6 @@ 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]