sharlatan pushed a commit to branch master
in repository guix.

commit a442763aa7a74493cb97e5bd9de2b6cdfa4d487f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Jun 19 13:01:12 2024 +0100

    gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.4.
    
    * gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): 
Update to 1.4.4.
    
    Change-Id: Iecff5b7302745226e6e0f398adf6a973529ec6e7
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e61e93902d..dec93a8f9c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1376,7 +1376,7 @@ ansi.")
 (define-public go-github-com-gabriel-vasile-mimetype
   (package
     (name "go-github-com-gabriel-vasile-mimetype")
-    (version "1.4.3")
+    (version "1.4.4")
     (source
      (origin
        (method git-fetch)
@@ -1385,7 +1385,7 @@ ansi.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11swnjczhrza0xi8q2wlk056nnbcghm44vqs52zfv6rwqvy6imhj"))))
+        (base32 "199x3zbrs3bca4xc4m66c2fvs4vzywqcfylqx6n14kys0sh1p73b"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to