This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6bc63a188b gnu: guile-semver: Add comment.
6bc63a188b is described below

commit 6bc63a188bcd230547a95f981dd8462d272d749a
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Thu Jun 19 14:25:15 2025 +0200

    gnu: guile-semver: Add comment.
    
    Follow-up to commit a6c8217ee7e3c946bd83c84fd1e32587d4b0bc34.
    
    * gnu/packages/guile-xyz.scm (guile-semver)[source]: Add comment.
    
    Change-Id: I683d2427bc470ccb2e04820ebc7b05cc46585619
---
 gnu/packages/guile-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

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))))

Reply via email to