coqPackages_8_16.paramcoq: init at 1.1.3+coq8.16

authored by

Vincent Laporte and committed by
Vincent Laporte
23127e71 e5bb9775

+2 -1
+2 -1
pkgs/development/coq-modules/paramcoq/default.nix
··· 4 4 pname = "paramcoq"; 5 5 inherit version; 6 6 defaultVersion = with versions; switch coq.version [ 7 - { case = range "8.10" "8.15"; out = "1.1.3+coq${coq.coq-version}"; } 7 + { case = range "8.10" "8.16"; out = "1.1.3+coq${coq.coq-version}"; } 8 8 { case = range "8.7" "8.13"; out = "1.1.2+coq${coq.coq-version}"; } 9 9 ] null; 10 10 displayVersion = { paramcoq = "..."; }; 11 + release."1.1.3+coq8.16".sha256 = "sha256-K7/8hXH6DwiW7Gw41sgQF8UDAO3c32xBGWQQapzG8Mo="; 11 12 release."1.1.3+coq8.15".sha256 = "0sl7ihznwz05d2x2v78w1zd4q55c1sgy06vxasbcls4v2pkw53hl"; 12 13 release."1.1.3+coq8.14".sha256 = "00zqq9dc2p5v0ib1jgizl25xkwxrs9mrlylvy0zvb96dpridjc71"; 13 14 release."1.1.3+coq8.13".sha256 = "06ndly736k4pmdn4baqa7fblp6lx7a9pxm9gvz1vzd6ic51825wp";