mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-pgregory-net-rapid: Update to 1.2.0.
* gnu/packages/golang-check.scm (go-pgregory-net-rapid): Update to 1.2.0. Change-Id: I9bc11ba4d5fbe43bbcaa9d23864c9a73650e4ed7
This commit is contained in:
parent
4345d9197b
commit
2de34c845e
1 changed files with 3 additions and 11 deletions
|
@ -2942,7 +2942,7 @@ advanced Go linter.")
|
|||
(define-public go-pgregory-net-rapid
|
||||
(package
|
||||
(name "go-pgregory-net-rapid")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2951,19 +2951,11 @@ advanced Go linter.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1alyhcbdq6113sfymx7xxmxpcbgvkaipsn15cgjrcqrx8ks1hm5i"))))
|
||||
(base32 "0jifhk3kz071m1qgc3jsswmy3512fsx2nqi157xq3r0vqf2jsgqr"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "pgregory.net/rapid"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-failing-tests
|
||||
(lambda* (#:key import-path #:allow-other-keys)
|
||||
(with-directory-excursion (string-append "src/" import-path)
|
||||
;; Remove test file failing on go-1.21, see
|
||||
;; <https://github.com/flyingmutant/rapid/issues/68>.
|
||||
(delete-file "strings_example_test.go")))))))
|
||||
#:import-path "pgregory.net/rapid"))
|
||||
(home-page "https://pgregory.net/rapid/")
|
||||
(synopsis "Go property-based testing library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue