diff options
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 08919bb85a..09a285f783 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -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)))) |