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:
Julien Lepiller 2022-02-04 11:53:25 +01:00
parent 8fb772bc06
commit bb5dfd6ede
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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