guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: udunits: Add a note on versioning.


From: guix-commits
Subject: 01/10: gnu: udunits: Add a note on versioning.
Date: Thu, 26 Nov 2020 14:44:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0dca2e630f50056f0092bd1df32f714528ae1594
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 14:51:52 2020 +0100

    gnu: udunits: Add a note on versioning.
    
    * gnu/packages/c.scm (udunits): Add a comment about release numbering.
---
 gnu/packages/c.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index c49c311..7a7408b 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -184,6 +184,8 @@ language with thin bindings for other languages.")
 (define-public udunits
   (package
     (name "udunits")
+    ;; Four-part version numbers are development snapshots, not releases.  See
+    ;; <https://github.com/Unidata/UDUNITS-2/issues/99#issuecomment-732323472>.
     (version "2.2.26")
     (source (origin
               (method url-fetch)



reply via email to

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