guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: guile-gnutls: Add properties for the 'generic-git' updater.


From: guix-commits
Subject: 01/04: gnu: guile-gnutls: Add properties for the 'generic-git' updater.
Date: Tue, 13 Dec 2022 11:53:14 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a2f0297af0b53239cdcee62abe044532e80ca32b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 13 11:32:52 2022 +0100

    gnu: guile-gnutls: Add properties for the 'generic-git' updater.
    
    * gnu/packages/tls.scm (guile-gnutls)[properties]: New field.
---
 gnu/packages/tls.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 1f40537b6a..a74b423ccf 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -416,6 +416,8 @@ required structures.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]