diff mbox series

[bug#64916,v2,13/23] gnu: go-github-com-leodido-go-urn: Update to 1.2.1.

Message ID 02af56aed2ad6c0333184391ad5fb6282ce726c1.1690564476.git.hako@ultrarare.space
State New
Headers show
Series gnu: Add yq. | expand

Commit Message

Hilton Chain July 28, 2023, 5:19 p.m. UTC
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.2.1.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index da55ad859c..425afc9a6b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2959,7 +2959,7 @@  (define-public go-github-com-golangplus-testing
 (define-public go-github-com-leodido-go-urn
   (package
     (name "go-github-com-leodido-go-urn")
-    (version "1.2.0")
+    (version "1.2.1")
     (home-page "https://github.com/leodido/go-urn")
     (source
      (origin
@@ -2969,7 +2969,7 @@  (define-public go-github-com-leodido-go-urn
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d4g1vkhc1180l1n7q48vl84b27c7cziywml78cyijbcdz2f8vim"))))
+        (base32 "0n48gfw2gxr4lkxygbx6gcnkgrv0i5l14kl2a6633d8c9k4iyrfk"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/leodido/go-urn"))