mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: guile-gnutls: Add properties for the 'generic-git' updater.
* gnu/packages/tls.scm (guile-gnutls)[properties]: New field.
This commit is contained in:
parent
23322c2de8
commit
a2f0297af0
1 changed files with 2 additions and 0 deletions
|
@ -416,6 +416,8 @@ (define-public guile-gnutls
|
|||
(inputs
|
||||
(list gnutls-latest
|
||||
guile-3.0))
|
||||
(properties '((release-tag-prefix . "v")
|
||||
(release-tag-version-delimiter . ".")))
|
||||
(synopsis "Guile bindings to GnuTLS")
|
||||
(description
|
||||
"This package provides Guile bindings to GnuTLS, a library implementation
|
||||
|
|
Loading…
Reference in a new issue