guix-commits
[Top][All Lists]
Advanced

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

13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0.


From: guix-commits
Subject: 13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0.
Date: Fri, 16 Feb 2024 09:21:13 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 62d3b9092536ab7f7717394880e99565eda19482
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:19:59 2023 +0800

    gnu: go-github-com-leodido-go-urn: Update to 1.4.0.
    
    * gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.4.0.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: I22c392c55843d99f7ab9d69eb46d7c541e7b73f8
---
 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 b560a8867c..4b1a7b0372 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2835,7 +2835,7 @@ Under Windows, the console APIs are used.  Otherwise, 
ANSI texts are output.")
 (define-public go-github-com-leodido-go-urn
   (package
     (name "go-github-com-leodido-go-urn")
-    (version "1.2.0")
+    (version "1.4.0")
     (home-page "https://github.com/leodido/go-urn";)
     (source
      (origin
@@ -2845,7 +2845,7 @@ Under Windows, the console APIs are used.  Otherwise, 
ANSI texts are output.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d4g1vkhc1180l1n7q48vl84b27c7cziywml78cyijbcdz2f8vim"))))
+        (base32 "0bn9dj6y299jdh8szfim32yxj9zip38cqgv965dj23cixgr7baxb"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/leodido/go-urn"))



reply via email to

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