diff options
author | Julien Lepiller <julien@lepiller.eu> | 2024-01-10 08:43:34 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2024-02-08 23:23:22 +0100 |
commit | 90cfb68a3105cfb23389315f8123271d93fd56bb (patch) | |
tree | 3f00da9464fe85bb2d8bd2e4c9d081dba086e400 /gnu/packages/ocaml.scm | |
parent | 41634d3b5f6a4bdc7b3c42b0bdff79850d0bbedc (diff) | |
download | guix-90cfb68a3105cfb23389315f8123271d93fd56bb.tar.gz |
gnu: ocaml-base64: Update to 3.5.1.
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.5.1. Change-Id: I4732c7b8711af79e09536adc478d84ca0e29408c
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index ae66622781..480d1dc269 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4379,7 +4379,7 @@ multitude of other network protocols (FTP/SMTP/RTSP/etc).") (define-public ocaml-base64 (package (name "ocaml-base64") - (version "3.5.0") + (version "3.5.1") (source (origin (method git-fetch) (uri (git-reference @@ -4388,7 +4388,7 @@ multitude of other network protocols (FTP/SMTP/RTSP/etc).") (file-name (git-file-name name version)) (sha256 (base32 - "068hwdbpl7vx9jjpxdc6a10zqd8xa55j3xx7ga6fnwrlfsbs2pjj")))) + "1jq349jp663hq51a941afr2y4yyh34r19zsxla73ks9bywj4mm2q")))) (build-system dune-build-system) (native-inputs (list ocaml-alcotest ocaml-bos ocaml-rresult)) |