diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 06:55:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 07:06:37 +0200 |
commit | f1afdaf4766fb18911efddb778308b6a306e73d1 (patch) | |
tree | 4459606f10ef67ade84f896af446ab4482f51d51 /gnu | |
parent | e2d69addf6f703f0b04d76988edcd6d5a84cb37b (diff) | |
download | patches-f1afdaf4766fb18911efddb778308b6a306e73d1.tar patches-f1afdaf4766fb18911efddb778308b6a306e73d1.tar.gz |
gnu: java-dom4j: Update to 2.1.1.
* gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index c2faa4cbc0..3603bee4b7 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1754,7 +1754,7 @@ package is in maintenance mode.") (define-public java-dom4j (package (name "java-dom4j") - (version "2.1.0") + (version "2.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -1763,7 +1763,7 @@ package is in maintenance mode.") (file-name (git-file-name name version)) (sha256 (base32 - "1827jljs8mps489fm7xw63cakdqwc5grilrr5n9spr2rlk76jpx3")) + "0q907srj9v4hwicpcrn4slyld5npf2jv7hzchsgrg29q2xmbwkdl")) (modules '((guix build utils))) (snippet '(begin ;; Delete bundled jar archives. |