guix-commits
[Top][All Lists]
Advanced

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

07/32: gnu: go-github-com-coreos-go-semver: Update to 0.3.1.


From: guix-commits
Subject: 07/32: gnu: go-github-com-coreos-go-semver: Update to 0.3.1.
Date: Mon, 19 Feb 2024 18:40:51 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit a1335516e3f1eb0ccde0297609dbce40cfdccb51
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Feb 19 23:17:49 2024 +0000

    gnu: go-github-com-coreos-go-semver: Update to 0.3.1.
    
    * gnu/packages/golang.scm (go-github-com-coreos-go-semver): Update to 0.3.1.
    
    Change-Id: I1b43d705c587c5a6030b96ce4419d58d8513b1cb
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9cf8fd55ff..c22e4ba005 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7911,7 +7911,7 @@ use one of our glamorous default themes.")
 (define-public go-github-com-coreos-go-semver
   (package
     (name "go-github-com-coreos-go-semver")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7920,7 +7920,7 @@ use one of our glamorous default themes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9"))))
+                "0vs04yykv1bwgvbyvi1m7ps83w06wzplw4giw8jac2iidx0x74v5"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/coreos/go-semver"))



reply via email to

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