me
/
guix
Archived
1
0
Fork 0

gnu: Add tepl-5.

* gnu/packages/gnome.scm (tepl-5): New variable.
master
Mathieu Othacehe 2021-09-24 18:11:21 +00:00
parent af1e95b7df
commit acf5caf375
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 16 additions and 0 deletions

View File

@ -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")