[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56604] [PATCH 7/8] gnu: clojure-core-match: Update to 1.0.0.---
From: |
r0man |
Subject: |
[bug#56604] [PATCH 7/8] gnu: clojure-core-match: Update to 1.0.0.--- |
Date: |
Sat, 16 Jul 2022 20:24:25 +0200 |
---
gnu/packages/clojure.scm | 46 +++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 36bb27013c..0c2bc1f1be 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -319,31 +319,29 @@ (define-public clojure-algo-monads
(license license:epl1.0)))
(define-public clojure-core-match
- (let ((commit "1837ffbd4a150e8f3953b2d9ed5cf4a4ad3720a7")
- (revision "1")) ; this is the 1st commit buildable with clojure 1.9
- (package
- (name "clojure-core-match")
- (version (git-version "0.3.0-alpha5" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/clojure/core.match")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "04bdlp5dgkrqzrz0lw3mfwmygj2218qnm1cz3dkb9wy4m0238s4d"))))
- (build-system clojure-build-system)
- (arguments
- '(#:source-dirs '("src/main/clojure")
- #:test-dirs '("src/test/clojure")
- #:doc-dirs '()))
- (synopsis "Optimized pattern matching for Clojure")
- (description
- "An optimized pattern matching library for Clojure.
+ (package
+ (name "clojure-core-match")
+ (version "1.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/clojure/core.match")
+ (commit (string-append "core.match-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ajpxjv4yc282cm0jw8819fay2j6jqp9nfy69k7vll09q7vqsd22"))))
+ (build-system clojure-build-system)
+ (arguments
+ '(#:source-dirs '("src/main/clojure")
+ #:test-dirs '("src/test/clojure")
+ #:doc-dirs '()))
+ (synopsis "Optimized pattern matching for Clojure")
+ (description
+ "An optimized pattern matching library for Clojure.
It supports Clojure 1.5.1 and later as well as ClojureScript.")
- (home-page "https://github.com/clojure/core.match")
- (license license:epl1.0))))
+ (home-page "https://github.com/clojure/core.match")
+ (license license:epl1.0)))
(define-public clojure-data-codec
(package
--
2.36.1
signature.asc
Description: PGP signature
- [bug#56604] [PATCH 0/8] Update Clojure to 1.11.1., r0man, 2022/07/16
- [bug#56604] [PATCH 5/8] gnu: clojure: Update to 1.11.1.This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps, r0man, 2022/07/16
- [bug#56604] [PATCH 1/8] gnu: clojure-tools-cli: Update to 1.0.206.---, r0man, 2022/07/16
- [bug#56604] [PATCH 2/8] gnu: clojure-tools-gitlibs: Update to 2.4.181.---, r0man, 2022/07/16
- [bug#56604] [PATCH 4/8] gnu: clojure-tools: Update to 1.11.1.1149.---, r0man, 2022/07/16
- [bug#56604] [PATCH 6/8] gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1., r0man, 2022/07/16
- [bug#56604] [PATCH 7/8] gnu: clojure-core-match: Update to 1.0.0.---,
r0man <=
- [bug#56604] [PATCH 3/8] gnu: clojure-tools-deps-alpha: Update to 0.14.1212.---, r0man, 2022/07/16
- [bug#56604] [PATCH 8/8] gnu: clojure-instaparse: Update to 1.4.12 (disabled AOT).This patch updates clojure-instaparse to 1.4.12. Due to the following AOT, r0man, 2022/07/16
- Message not available
- [bug#56604] [PATCH 0/8] Update Clojure to 1.11.1., Maxime Devos, 2022/07/19
- bug#56604: [PATCH 0/8] Update Clojure to 1.11.1., Ludovic Courtès, 2022/07/22
- Message not available