gnu: go-github-com-blang-semver: Update to 4.0.0.

* gnu/packages/golang.scm (go-github-com-blang-semver): Update to 4.0.0.
This commit is contained in:
Efraim Flashner 2020-05-25 21:43:48 +03:00
parent 5f833e0495
commit f6b4ca5a0a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -980,7 +980,7 @@ (define-public go-github-com-tevino-abool
(define-public go-github-com-blang-semver
(package
(name "go-github-com-blang-semver")
(version "3.3.0")
(version "4.0.0")
(source
(origin
(method git-fetch)
@ -990,7 +990,7 @@ (define-public go-github-com-blang-semver
(file-name (git-file-name name version))
(sha256
(base32
"19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
"14h9ys4n4kx9cbj42lkdf4i5k3nkll6sd62jcvl7cs565v6fiknz"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/blang/semver"))