[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/14: gnu: java-jdom2: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
10/14: gnu: java-jdom2: Don't use unstable tarball. |
Date: |
Sun, 10 Feb 2019 11:48:57 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 951bdf5adfd52f0d646244a2090dbfa52d868c37
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 10 11:59:31 2019 +0100
gnu: java-jdom2: Don't use unstable tarball.
* gnu/packages/xml.scm (java-jdom2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/xml.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index f216482..e09fde7 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1960,16 +1960,18 @@ implements @code{XMLStreamWriter} and
@code{XMLStreamReader} and supports
(name "java-jdom")
(version "2.0.6")
(source (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/hunterhacker/jdom/archive/JDOM-"
- version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hunterhacker/jdom.git")
+ (commit (string-append "JDOM-" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0p8n7inqq2a25wk9ljinl3ixlx1x2la9qaman8ngd75xxjb02yc1"))))
+ "14vv1kxrsdvwi4cz3rx6r48w5y6fvk9cymil8qhvxwp56xxrgxiq"))))
(build-system ant-build-system)
(arguments
`(#:build-target "package"
- #:tests? #f; tests are run as part of the build process
+ #:tests? #f ; tests are run as part of the build process
#:phases
(modify-phases %standard-phases
(replace 'install
- branch master updated (9ce09a7 -> b05bc3c), guix-commits, 2019/02/10
- 03/14: gnu: clojure-algo-monads: Don't use unstable tarball., guix-commits, 2019/02/10
- 04/14: gnu: clojure-tools-macro: Don't use unstable tarball., guix-commits, 2019/02/10
- 01/14: gnu: xinetd: Don't use unstable tarball., guix-commits, 2019/02/10
- 09/14: gnu: java-kxml2: Don't use unstable tarball., guix-commits, 2019/02/10
- 13/14: gnu: java-xom: Don't use unstable tarball., guix-commits, 2019/02/10
- 12/14: gnu: java-jettison: Don't use unstable tarball., guix-commits, 2019/02/10
- 07/14: gnu: java-groovy-bootstrap: Don't use unstable tarball., guix-commits, 2019/02/10
- 06/14: gnu: xlsx2csv: Don't use unstable tarball., guix-commits, 2019/02/10
- 14/14: gnu: java-xstream: Don't use unstable tarball., guix-commits, 2019/02/10
- 10/14: gnu: java-jdom2: Don't use unstable tarball.,
guix-commits <=
- 11/14: gnu: tinyxml2: Don't use unstable tarball., guix-commits, 2019/02/10
- 08/14: gnu: java-dom4j: Don't use unstable tarball., guix-commits, 2019/02/10
- 02/14: gnu: clojure-algo-generic: Don't use unstable tarball., guix-commits, 2019/02/10
- 05/14: gnu: xlsx2csv: Update to 0.7.4., guix-commits, 2019/02/10