gnu: ocaml-sedlex: Update to 2.4.
* gnu/packages/ocaml.scm (ocaml-sedlex): Update to 2.4. [native-inputs]: Remove ocamlbuild. [propagated-inputs]: Remove ocaml-ppx-tools-versioned. (ocaml4.07-sedlex)[propagated-inputs]: Add ocaml-ppx-tools-versioned.
This commit is contained in:
parent
40f7eb975b
commit
5a3fcf0cac
1 changed files with 5 additions and 5 deletions
|
@ -2722,7 +2722,7 @@ and consumable.")
|
||||||
(define-public ocaml-sedlex
|
(define-public ocaml-sedlex
|
||||||
(package
|
(package
|
||||||
(name "ocaml-sedlex")
|
(name "ocaml-sedlex")
|
||||||
(version "2.3")
|
(version "2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2731,7 +2731,7 @@ and consumable.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iw3phlaqr27jdf857hmj5v5hdl0vngbb2h37p2ll18sw991fxar"))))
|
"13g8az4zqg6hrnxmy3qrasslppzlag13dd1dsr8vlpg2vpfmfv6i"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
@ -2755,12 +2755,9 @@ and consumable.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(for-each (lambda (file) (chmod file #o644)) (find-files "." ".*"))
|
(for-each (lambda (file) (chmod file #o644)) (find-files "." ".*"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
|
||||||
`(("ocamlbuild" ,ocamlbuild)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-gen" ,ocaml-gen)
|
`(("ocaml-gen" ,ocaml-gen)
|
||||||
("ocaml-ppxlib" ,ocaml-ppxlib)
|
("ocaml-ppxlib" ,ocaml-ppxlib)
|
||||||
("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)
|
|
||||||
("ocaml-uchar" ,ocaml-uchar)))
|
("ocaml-uchar" ,ocaml-uchar)))
|
||||||
;; These three files are needed by src/generator/data/dune, but would be
|
;; These three files are needed by src/generator/data/dune, but would be
|
||||||
;; downloaded using curl at build time.
|
;; downloaded using curl at build time.
|
||||||
|
@ -2807,6 +2804,9 @@ and consumable.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26"))))
|
"05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26"))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)
|
||||||
|
,@(package-propagated-inputs ocaml-sedlex)))
|
||||||
(properties '()))))
|
(properties '()))))
|
||||||
|
|
||||||
(define-public ocaml-uchar
|
(define-public ocaml-uchar
|
||||||
|
|
Reference in a new issue