diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:16:38 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:34:40 +0100 |
commit | b5b85a1c91d3620a35231faf836f768976c3b5d1 (patch) | |
tree | bc92905e09adabaf17a31a9163aaeb803a550a95 /gnu | |
parent | d6b7a3296e5b5743f0906a997f3380a6c04732e9 (diff) | |
download | guix-b5b85a1c91d3620a35231faf836f768976c3b5d1.tar guix-b5b85a1c91d3620a35231faf836f768976c3b5d1.tar.gz |
gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.5.
* gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): Update to 1.4.5.
Change-Id: Idbeb0aed953b773784e519793f83ad2bcd8840ac
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 75dc85dc9c..e1aeacd67c 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2321,7 +2321,7 @@ Representation,CBOR} (@url{https://www.rfc-editor.org/rfc/rfc8949.html,RFC (define-public go-github-com-gabriel-vasile-mimetype (package (name "go-github-com-gabriel-vasile-mimetype") - (version "1.4.4") + (version "1.4.5") (source (origin (method git-fetch) @@ -2330,7 +2330,7 @@ Representation,CBOR} (@url{https://www.rfc-editor.org/rfc/rfc8949.html,RFC (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "199x3zbrs3bca4xc4m66c2fvs4vzywqcfylqx6n14kys0sh1p73b")))) + (base32 "1ris146v7k1x1n4vraq0xzjds0f7jw3scx9mzj8y29hql3sy4nkd")))) (build-system go-build-system) (arguments (list |