mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: go-gopkg.in-asn1-ber.v1: Update to 1.3.
* gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): Update to 1.3.
This commit is contained in:
parent
720420e38e
commit
17436233f6
1 changed files with 2 additions and 2 deletions
|
@ -956,7 +956,7 @@ (define-public go-github-com-prometheus-client-golang
|
|||
(define-public go-gopkg.in-asn1-ber.v1
|
||||
(package
|
||||
(name "go-gopkg.in-asn1-ber.v1")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -965,7 +965,7 @@ (define-public go-gopkg.in-asn1-ber.v1
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y8bvzbxpw0lfnn7pbcdwzqj4l90qj6xf88dvv9pxd9yl5g6cskx"))))
|
||||
"00ixms8x3lrhywbvq5v2sagcqsxa1pcnlk17dp5lnwckv3xg4psb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "gopkg.in/asn1-ber.v1"
|
||||
|
|
Loading…
Reference in a new issue