mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ocaml-xmlm: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-xmlm): Update to 1.4.0.
This commit is contained in:
parent
9aa69b37c0
commit
060e6e711c
1 changed files with 2 additions and 2 deletions
|
@ -2641,14 +2641,14 @@ (define-public ocaml-bos
|
|||
(define-public ocaml-xmlm
|
||||
(package
|
||||
(name "ocaml-xmlm")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://erratique.ch/software/xmlm/releases/"
|
||||
"xmlm-" version ".tbz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rrdxg5kh9zaqmgapy9bhdqyxbbvxxib3bdfg1vhw4rrkp1z0x8n"))))
|
||||
"1ynrjba3wm3axscvggrfijfgsznmphhxnkffqch67l9xiqjm44h9"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue