mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.3.
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Update to 1.5.3.
This commit is contained in:
parent
ed5c0ae69e
commit
7db530750c
1 changed files with 2 additions and 2 deletions
|
@ -967,7 +967,7 @@ (define-public go-github-com-prometheus-client-golang
|
|||
(define-public go-github-com-go-asn1-ber-asn1-ber
|
||||
(package
|
||||
(name "go-github-com-go-asn1-ber-asn1-ber")
|
||||
(version "1.3.1")
|
||||
(version "1.5.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -976,7 +976,7 @@ (define-public go-github-com-go-asn1-ber-asn1-ber
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dxfmgk84fn0p6pz3i0cspynh6rly5pfk9wghm1q07mx99npln02"))))
|
||||
"15ygmfmdwwjda9xdq58rx6gnmsfc14m1qqhcj7cn7rm0mx4wk2vb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/go-asn1-ber/asn1-ber"))
|
||||
|
|
Loading…
Reference in a new issue