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
This commit is contained in:
Sharlatan Hellseher 2025-06-11 18:18:19 +01:00
parent bbad14e8bb
commit 1ac603ee40
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")