From acf5caf375e51e1e7b18128fc6d05f32b169a60b Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 24 Sep 2021 18:11:21 +0000 Subject: [PATCH] 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 35c4a77b64..8b6baea506 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1054,6 +1054,22 @@ (define-public tepl (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")