avp pushed a commit to branch master
in repository guix.

commit f829f3bedca78154bd6213ee05455a8cc1c61761
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Dec 21 11:03:41 2024 +0300

    gnu: go-github-com-arceliar-ironwood: Update to 
v0.0.0-20241213013129-743fe2fccbd3.
    
    * gnu/packages/golang-web.scm (go-github-com-arceliar-ironwood): Update to 
v0.0.0-20241213013129-743fe2fccbd3.
    
    Change-Id: I8bc63c83b4b4511e4ab7ca47ece0b58eb8ff026b
---
 gnu/packages/golang-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 0c95e3c323..c0b76f89b6 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -213,7 +213,7 @@ result and details about the health status of each 
component.")
 (define-public go-github-com-arceliar-ironwood
   (package
     (name "go-github-com-arceliar-ironwood")
-    (version "v0.0.0-20241210120540-9deb08d9f8f9")
+    (version "v0.0.0-20241213013129-743fe2fccbd3")
     (source
      (origin
        (method git-fetch)
@@ -223,7 +223,7 @@ result and details about the health status of each 
component.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "08i4zm8jxq89dznxx76marn5zfkyscmbn6cdsx0adz6pzwgpd1cz"))))
+         "1nnqn388lg4m9cq24vbgcp4z2wh78mga82p59gqzdl7d2cvpsk56"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to