guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit b73d99b9eb7ff7857a835e6fa49f12c862544997
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 11 18:18:19 2025 +0100
gnu: go-github-com-chmduquesne-rollinghash: Simplify.
* gnu/packages/golang-crypto.scm (go-github-com-chmduquesne-rollinghash):
Update to (git-version 4.0.0 revision commit).
Change-Id: I75517d020dae8187e9320b076151b18a37f5c2d8
---
gnu/packages/golang-crypto.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 0d0ac616dd..d82337d8e1 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -543,16 +543,7 @@ described at @url{https://xxhash.com/}.")
(arguments
(list
#:go go-1.23
- #:import-path "github.com/chmduquesne/rollinghash/"
- #:phases
- #~(modify-phases %standard-phases
- ;; XXX: Run all tests, workaround for go-build-system's lack of Go
- ;; modules support.
- (replace 'check
- (lambda* (#:key tests? import-path #:allow-other-keys)
- (when tests?
- (with-directory-excursion (string-append "src/" import-path)
- (invoke "go" "test" "-v" "./..."))))))))
+ #:import-path "github.com/chmduquesne/rollinghash/"))
(propagated-inputs
(list go-code-cloudfoundry-org-bytefmt))
(home-page "https://github.com/chmduquesne/rollinghash")