gnu: java-xmlgraphics-commons: Update to 2.4.
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.4.master
parent
5687fdb7c0
commit
873b9ddb5e
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
|
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -198,7 +199,7 @@ SAC is an interface for CSS parsers.")
|
||||||
(define-public java-xmlgraphics-commons
|
(define-public java-xmlgraphics-commons
|
||||||
(package
|
(package
|
||||||
(name "java-xmlgraphics-commons")
|
(name "java-xmlgraphics-commons")
|
||||||
(version "2.3")
|
(version "2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -206,8 +207,7 @@ SAC is an interface for CSS parsers.")
|
||||||
"mirror://apache/xmlgraphics/commons/source/xmlgraphics-commons-"
|
"mirror://apache/xmlgraphics/commons/source/xmlgraphics-commons-"
|
||||||
version "-src.tar.gz"))
|
version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0zdkngb896cr35jq1v859j2kpqyn6a87k6a893h394hgvnz7yi3v"))
|
||||||
"0a432a4ca3vgnbada5cy9mlmfzmq6hi4i176drfxrp17q2d43w23"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
|
|
Reference in New Issue