mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ocaml-sqlite3: Update to 5.1.0.
* gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 5.1.0. (ocaml4.07-sqlite3): Stay at 5.0.2.
This commit is contained in:
parent
8fb772bc06
commit
bb5dfd6ede
1 changed files with 13 additions and 2 deletions
|
@ -2036,7 +2036,7 @@ (define-public ocaml-rresult
|
|||
(define-public ocaml-sqlite3
|
||||
(package
|
||||
(name "ocaml-sqlite3")
|
||||
(version "5.0.2")
|
||||
(version "5.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2046,7 +2046,7 @@ (define-public ocaml-sqlite3
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15mmq7ak5facpfawfrc6hjz211gli7jab52iqdsihfvh790xm55f"))))
|
||||
"1ksm0a490315sf0yy8lmva5f3bgr0jnllffanyq89431grpj6x15"))))
|
||||
(build-system dune-build-system)
|
||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-sqlite3))))
|
||||
(propagated-inputs
|
||||
|
@ -2068,6 +2068,17 @@ (define-public ocaml4.07-sqlite3
|
|||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-sqlite3)
|
||||
(version "5.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mmottl/sqlite3-ocaml")
|
||||
(commit version)))
|
||||
(file-name (git-file-name "ocaml-sqlite3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15mmq7ak5facpfawfrc6hjz211gli7jab52iqdsihfvh790xm55f"))))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue