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 @@ required structures.")
|
||||||
(inputs
|
(inputs
|
||||||
(list gnutls-latest
|
(list gnutls-latest
|
||||||
guile-3.0))
|
guile-3.0))
|
||||||
|
(properties '((release-tag-prefix . "v")
|
||||||
|
(release-tag-version-delimiter . ".")))
|
||||||
(synopsis "Guile bindings to GnuTLS")
|
(synopsis "Guile bindings to GnuTLS")
|
||||||
(description
|
(description
|
||||||
"This package provides Guile bindings to GnuTLS, a library implementation
|
"This package provides Guile bindings to GnuTLS, a library implementation
|
||||||
|
|
Reference in a new issue