gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.

* gnu/packages/check.scm (go-github.com-smartystreets-assertions):
Update to 1.13.0.
This commit is contained in:
Efraim Flashner 2022-08-24 21:45:34 +03:00
parent 04f813ec63
commit 4892c1af84
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -665,16 +665,15 @@ (define-public go-github.com-smartystreets-gunit
(define-public go-github.com-smartystreets-assertions (define-public go-github.com-smartystreets-assertions
(package (package
(name "go-github.com-smartystreets-assertions") (name "go-github.com-smartystreets-assertions")
(version "1.8.1") (version "1.13.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/smartystreets/assertions") (url "https://github.com/smartystreets/assertions")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0flf3fb6fsw3bk1viva0fzrzw87djaj1mqvrx2gzg1ssn7xzfrzr"))))
"1j0adgbykl55rf2945g0n5bmqdsnjcqlx5dcmpfh4chki43hiwg9"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/smartystreets/assertions")) '(#:import-path "github.com/smartystreets/assertions"))