mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: ocaml-fix: Update to 20211125.
This commit is contained in:
parent
af5fa4d202
commit
5ad2dcecdc
1 changed files with 2 additions and 2 deletions
|
@ -7437,7 +7437,7 @@ (define-public ocaml-uuseg
|
||||||
(define-public ocaml-fix
|
(define-public ocaml-fix
|
||||||
(package
|
(package
|
||||||
(name "ocaml-fix")
|
(name "ocaml-fix")
|
||||||
(version "20201120")
|
(version "20211125")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7447,7 +7447,7 @@ (define-public ocaml-fix
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j40mg1gy03c0djzx3nzmpvnl984s14n04zwcmp2xnlidq48kvs4"))))
|
"00vq2das1l8xca013z7z7jy5622fsy3jha2cj72psp22wx9199l1"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests.
|
;; No tests.
|
||||||
|
|
Loading…
Reference in a new issue