summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/zarith
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-12-26 09:13:59 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-02 09:52:25 +0100
commitf134db16bd8500755312fbc3bf80de4bd5b20635 (patch)
tree3dd5103d57ecbedbf6ff6dc3058c9800b613276f /pkgs/development/ocaml-modules/zarith
parent3d87e7d19bdc37bea35c005ccc11832f693ee808 (diff)
downloadnixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.tar
nixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.tar.gz
nixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.tar.bz2
nixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.tar.lz
nixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.tar.xz
nixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.tar.zst
nixpkgs-f134db16bd8500755312fbc3bf80de4bd5b20635.zip
ocamlPackages.zarith: 1.10 → 1.11
Diffstat (limited to 'pkgs/development/ocaml-modules/zarith')
-rw-r--r--pkgs/development/ocaml-modules/zarith/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/zarith/default.nix b/pkgs/development/ocaml-modules/zarith/default.nix
index f9996eb6af6..175004c71bb 100644
--- a/pkgs/development/ocaml-modules/zarith/default.nix
+++ b/pkgs/development/ocaml-modules/zarith/default.nix
@@ -6,9 +6,9 @@
 let source =
   if stdenv.lib.versionAtLeast ocaml.version "4.02"
   then {
-    version = "1.10";
-    url = "https://github.com/ocaml/Zarith/archive/release-1.10.tar.gz";
-    sha256 = "1qxrl0v2mk9wghc1iix3n0vfz2jbg6k5wpn1z7p02m2sqskb0zhb";
+    version = "1.11";
+    url = "https://github.com/ocaml/Zarith/archive/release-1.11.tar.gz";
+    sha256 = "111n33flg4aq5xp5jfksqm4yyz6mzxx9ps9a4yl0dz8h189az5pr";
   } else {
     version = "1.3";
     url = "http://forge.ocamlcore.org/frs/download.php/1471/zarith-1.3.tgz";