mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
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
This commit is contained in:
parent
d6b7a3296e
commit
b5b85a1c91
1 changed files with 2 additions and 2 deletions
|
@ -2321,7 +2321,7 @@ (define-public go-github-com-fxamacker-cbor-v2
|
|||
(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 @@ (define-public go-github-com-gabriel-vasile-mimetype
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "199x3zbrs3bca4xc4m66c2fvs4vzywqcfylqx6n14kys0sh1p73b"))))
|
||||
(base32 "1ris146v7k1x1n4vraq0xzjds0f7jw3scx9mzj8y29hql3sy4nkd"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue