lol

coqPackages.finmap: 2.1.0 -> 2.2.0

authored by

Pierre Roux and committed by
Vincent Laporte
bc496691 53b178a1

+8
+8
pkgs/development/coq-modules/mathcomp-finmap/default.nix
··· 22 22 [ 23 23 { 24 24 cases = [ 25 + (range "8.20" "9.0") 26 + (range "2.3" "2.4") 27 + ]; 28 + out = "2.2.0"; 29 + } 30 + { 31 + cases = [ 25 32 (range "8.16" "9.0") 26 33 (range "2.0" "2.3") 27 34 ]; ··· 93 100 ] 94 101 null; 95 102 release = { 103 + "2.2.0".sha256 = "sha256-oDQEZOutrJxmN8FvzovUIhqw0mwc8Ej7thrieJrW8BY="; 96 104 "2.1.0".sha256 = "sha256-gh0cnhdVDyo+D5zdtxLc10kGKQLQ3ITzHnMC45mCtpY="; 97 105 "2.0.0".sha256 = "sha256-0Wr1ZUYVuZH74vawO4EZlZ+K3kq+s1xEz/BfzyKj+wk="; 98 106 "1.5.2".sha256 = "sha256-0KmmSjc2AlUo6BKr9RZ4FjL9wlGISlTGU0X1Eu7l4sw=";