mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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:
parent
942ddefae2
commit
3db8e4262b
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue