summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-08 12:02:25 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-13 02:04:38 -0400
commit8dae63937bb28d2bafe47225664f1a3acf5fdc30 (patch)
tree30d60df3e117c661646a41f006e8d27ff3d12527
parentd94de3f48a0df497622ea7955862e8d3c342669e (diff)
gnu: Remove tepl-5.
* gnu/packages/gnome.scm (tepl-5): Delete variable.
-rw-r--r--gnu/packages/gnome.scm16
1 files changed, 0 insertions, 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")