about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/mathcomp-infotheo
diff options
context:
space:
mode:
authorPierre Roux <pierre.roux@onera.fr>2023-11-15 13:22:46 +0100
committerGitHub <noreply@github.com>2023-11-15 13:22:46 +0100
commitc2892b3fc93bd5cce8f72d2aa97287a870fa05d2 (patch)
tree4a2d71fd27d5676bb4fc32347e6b13d7d2cb1c48 /pkgs/development/coq-modules/mathcomp-infotheo
parentbae7f646f156bdf403447552f501c45063029513 (diff)
coqPackages.mathcomp: 1.17.0 -> 1.18.0 (#265046)
* coqPackages.mathcomp: 1.17.0 -> 1.18.0

* coqPackages.mathcomp-analysis: 0.6.5 -> 0.6.6
Diffstat (limited to 'pkgs/development/coq-modules/mathcomp-infotheo')
-rw-r--r--pkgs/development/coq-modules/mathcomp-infotheo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/mathcomp-infotheo/default.nix b/pkgs/development/coq-modules/mathcomp-infotheo/default.nix
index d0bb3fb54a901..a649916892a81 100644
--- a/pkgs/development/coq-modules/mathcomp-infotheo/default.nix
+++ b/pkgs/development/coq-modules/mathcomp-infotheo/default.nix
@@ -7,7 +7,7 @@ mkCoqDerivation {
   inherit version;
   defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp-analysis.version] [
     { cases = [ (isGe "8.17") (isGe "0.6.0") ];                  out = "0.5.2"; }
-    { cases = [ (range "8.15" "8.16") (range "0.5.4" "0.6.2") ]; out = "0.5.1"; }
+    { cases = [ (range "8.15" "8.16") (range "0.5.4" "0.6.5") ]; out = "0.5.1"; }
   ] null;
   release."0.5.1".sha256 = "sha256-yBBl5l+V+dggsg5KM59Yo9CULKog/xxE8vrW+ZRnX7Y=";
   release."0.5.2".sha256 = "sha256-8WAnAV53c0pMTdwj8XcUDUkLZbpUgIQbEOgOb63uHQA=";