Skip to content

Commit c0f0855

Browse files
cocreaturevbgl
authored andcommittedNov 15, 2017
why3: 0.87.3 -> 0.88.1
1 parent b06c5a6 commit c0f0855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎pkgs/applications/science/logic/why3/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "why3-${version}";
5-
version = "0.87.3";
5+
version = "0.88.1";
66

77
src = fetchurl {
8-
url = https://gforge.inria.fr/frs/download.php/file/36398/why3-0.87.3.tar.gz;
9-
sha256 = "1fn9v6w1ilkrm2n4rz31w8qvjnchyvwxiqs67z3f59b5k99wb2ka";
8+
url = https://gforge.inria.fr/frs/download.php/file/37185/why3-0.88.1.tar.gz;
9+
sha256 = "1qj00963si0vdrqjp79ai27g9rr8sqvly6n6nwpga6bnss98xqkw";
1010
};
1111

1212
buildInputs = (with ocamlPackages; [

0 commit comments

Comments
 (0)
Please sign in to comment.