me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-base64: Update to 3.5.1.

* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.5.1.

Change-Id: I4732c7b8711af79e09536adc478d84ca0e29408c
master
Julien Lepiller 2024-01-10 08:43:34 +01:00
parent 41634d3b5f
commit 90cfb68a31
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -4379,7 +4379,7 @@ multitude of other network protocols (FTP/SMTP/RTSP/etc).")
(define-public ocaml-base64 (define-public ocaml-base64
(package (package
(name "ocaml-base64") (name "ocaml-base64")
(version "3.5.0") (version "3.5.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -4388,7 +4388,7 @@ multitude of other network protocols (FTP/SMTP/RTSP/etc).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"068hwdbpl7vx9jjpxdc6a10zqd8xa55j3xx7ga6fnwrlfsbs2pjj")))) "1jq349jp663hq51a941afr2y4yyh34r19zsxla73ks9bywj4mm2q"))))
(build-system dune-build-system) (build-system dune-build-system)
(native-inputs (native-inputs
(list ocaml-alcotest ocaml-bos ocaml-rresult)) (list ocaml-alcotest ocaml-bos ocaml-rresult))