diff options
| author | Mathieu Lirzin <mthl@gnu.org> | 2026-01-06 02:28:35 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:31:24 +0100 |
| commit | b2558646b9b6431c61a4af7d21947156a428d993 (patch) | |
| tree | dee9790a8a3b4bcc636d34200744bc2c53fb2dd7 | |
| parent | f456d552fe7816d280ca29bfa85e18b01b714c77 (diff) | |
gnu: clojure-data-xml: Update to 0.2.0-alpha10.
* gnu/packages/clojure.scm (clojure-data-xml): Update to 0.2.0-alpha10.
Change-Id: I64e9afa4f467684b296a5b01d6c215dc4722350e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/clojure.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index b92aaf54a39..1fc86e7a7aa 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm | |||
| @@ -718,17 +718,17 @@ maps also support conj/peek/pop operations.") | |||
| 718 | (define-public clojure-data-xml | 718 | (define-public clojure-data-xml |
| 719 | (package | 719 | (package |
| 720 | (name "clojure-data-xml") | 720 | (name "clojure-data-xml") |
| 721 | (version "0.2.0-alpha6") | 721 | (version "0.2.0-alpha10") |
| 722 | (home-page "https://github.com/clojure/data.xml") | 722 | (home-page "https://github.com/clojure/data.xml") |
| 723 | (source (origin | 723 | (source (origin |
| 724 | (method git-fetch) | 724 | (method git-fetch) |
| 725 | (uri (git-reference | 725 | (uri (git-reference |
| 726 | (url home-page) | 726 | (url home-page) |
| 727 | (commit (string-append "data.xml-" version)))) | 727 | (commit (string-append "v" version)))) |
| 728 | (file-name (git-file-name name version)) | 728 | (file-name (git-file-name name version)) |
| 729 | (sha256 | 729 | (sha256 |
| 730 | (base32 | 730 | (base32 |
| 731 | "08vglcapq7sd9zhw8dw1y7dcdks7f21w1pw9p05i475i3bw4cf94")))) | 731 | "0mnhgrh20p2wwmq8a4631dkpxbgbijwi6sfhw5v784hzkjkfgkh6")))) |
| 732 | (build-system clojure-build-system) | 732 | (build-system clojure-build-system) |
| 733 | (arguments | 733 | (arguments |
| 734 | '(#:source-dirs '("src/main/clojure") | 734 | '(#:source-dirs '("src/main/clojure") |
| @@ -737,9 +737,10 @@ maps also support conj/peek/pop operations.") | |||
| 737 | #:phases | 737 | #:phases |
| 738 | (modify-phases %standard-phases | 738 | (modify-phases %standard-phases |
| 739 | (add-before 'build 'delete-cljs-tests | 739 | (add-before 'build 'delete-cljs-tests |
| 740 | (lambda _ | 740 | (lambda _ |
| 741 | (delete-file "src/test/resources/clojure/data/xml/cljs_testsuite.clj") | 741 | (delete-file "src/test/resources/clojure/data/xml/cljs_repl_nashorn.clj") |
| 742 | (delete-file "src/test/clojure/clojure/data/xml/test_cljs.clj")))))) | 742 | (delete-file "src/test/resources/clojure/data/xml/cljs_testsuite.clj") |
| 743 | (delete-file "src/test/clojure/clojure/data/xml/test_cljs.clj")))))) | ||
| 743 | (propagated-inputs (list clojure-data-codec)) | 744 | (propagated-inputs (list clojure-data-codec)) |
| 744 | (synopsis "Clojure library for reading and writing XML data") | 745 | (synopsis "Clojure library for reading and writing XML data") |
| 745 | (description "@code{data.xml} is a Clojure library for reading and writing | 746 | (description "@code{data.xml} is a Clojure library for reading and writing |
