mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: ocaml-camlp-streams: Update to 5.0.1.
* gnu/packages/ocaml.scm (ocaml-camlp-streams): Update to 5.0.1.
This commit is contained in:
parent
b01043a8ce
commit
ac0415fdd9
1 changed files with 2 additions and 2 deletions
|
@ -902,7 +902,7 @@ (define-public opam
|
||||||
(define-public ocaml-camlp-streams
|
(define-public ocaml-camlp-streams
|
||||||
(package
|
(package
|
||||||
(name "ocaml-camlp-streams")
|
(name "ocaml-camlp-streams")
|
||||||
(version "5.0")
|
(version "5.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -911,7 +911,7 @@ (define-public ocaml-camlp-streams
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wd5k0irzwi841b27pbx0n5fdybbgx97184zm8cjajizd2j8w0g5"))))
|
(base32 "0r3wvffkzyyk4als78akirxanzbib5hvc3kvwxpk36mlmc38aywh"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests
|
;; No tests
|
||||||
|
|
Loading…
Reference in a new issue