gnu: guile-semver: Add comment.

Follow-up to commit a6c8217ee7.

* gnu/packages/guile-xyz.scm (guile-semver)[source]: Add comment.

Change-Id: I683d2427bc470ccb2e04820ebc7b05cc46585619
This commit is contained in:
Danny Milosavljevic 2025-06-19 14:25:15 +02:00
parent a6c8217ee7
commit 6bc63a188b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -5538,6 +5538,9 @@ Conversion between binary and hex-and-dash string UUIDs is also included.")
(version "0.2.0")
(source (origin
(method git-fetch)
;; This fork contains support for MAJOR.MINOR.PATCH.REVISION .
;; Changes were proposed upstream but there was no reaction.
;; Switched from <https://git.ngyro.com/guile-semver>.
(uri (git-reference
(url "https://codeberg.org/daym/guile-semver.git")
(commit (string-append "v" version))))