mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a6c8217ee7
commit
6bc63a188b
1 changed files with 3 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue