me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-xmlm: Update to 1.4.0.

* gnu/packages/ocaml.scm (ocaml-xmlm): Update to 1.4.0.
master
Julien Lepiller 2022-02-10 16:00:21 +01:00
parent 9aa69b37c0
commit 060e6e711c
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -2641,14 +2641,14 @@ run command line programs.")
(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