gnu: clojure-test-check: Update to 1.1.3.

* gnu/packages/clojure.scm (clojure-test-check): Update to 1.1.3.

Change-Id: Icbdd1c08031c4537cb88f7350dd96220ee739946
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mathieu Lirzin 2026-01-06 02:18:00 +01:00 committed by Ludovic Courtès
parent 942ddefae2
commit 3db8e4262b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -197,7 +197,7 @@ nothing to do with Leiningen, Maven, JAR files, or repositories.")
(define-public clojure-test-check
(package
(name "clojure-test-check")
(version "1.1.1")
(version "1.1.3")
(home-page "https://github.com/clojure/test.check")
(source (origin
(method git-fetch)
@ -207,7 +207,7 @@ nothing to do with Leiningen, Maven, JAR files, or repositories.")
(file-name (git-file-name name version))
(sha256
(base32
"09jvlibnxhjv0l57y0sa7yy5in67gq4sssag77hv2d980mwdnls6"))))
"1j1x80rv0pli3g91wy01panlqbhgf7zqm7jdr2rzjqf2yyksc70n"))))
(build-system clojure-build-system)
(arguments
'(#:source-dirs '("src/main/clojure")