mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kataras-pio: Update to 0.0.13.
* gnu/packages/golang.scm (go-github-com-kataras-pio): Update to 0.0.13. Change-Id: Ie771ae5faf67efad5ad2644eac5ca17a1fb21481
This commit is contained in:
parent
ddf0505f60
commit
fc07de05d7
1 changed files with 2 additions and 2 deletions
|
@ -1245,7 +1245,7 @@ networks where it would otherwise be blocked or heavily throttled.")
|
||||||
(define-public go-github-com-kataras-pio
|
(define-public go-github-com-kataras-pio
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kataras-pio")
|
(name "go-github-com-kataras-pio")
|
||||||
(version "0.0.10")
|
(version "0.0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1255,7 +1255,7 @@ networks where it would otherwise be blocked or heavily throttled.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11d2jy9xz4airicgmjcy4nb80kwv22jp140wzn2l5412jdr4jmkp"))))
|
(base32 "1z0fkhs6amnkvb02519pfxy2x2r5sfmvdzxfi31ipa17m98pk3bq"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/kataras/pio"))
|
`(#:import-path "github.com/kataras/pio"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue