File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
python3Packages . buildPythonApplication rec {
7
7
pname = "cbmc-viewer" ;
8
- version = "3.10 " ;
8
+ version = "3.11 " ;
9
9
src = fetchurl {
10
10
url = "https://github.com/model-checking/${ pname } /releases/download/viewer-${ version } /cbmc_viewer-${ version } -py3-none-any.whl" ;
11
- hash = "sha256-8XNovxTaNbQRoHZuTkZkYZz3HmU78TuF12vVOlYv3Yg =" ;
11
+ hash = "sha256-nt3AUmuL3kT1+Bl1XXDHHkMzPR1GbxvceFYluAnzkJ8 =" ;
12
12
} ;
13
13
format = "wheel" ;
14
14
dontUseSetuptoolsCheck = true ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildEnv {
23
23
} ;
24
24
} ) ;
25
25
litani = callPackage ./litani.nix { } ; # 1.29.0
26
- cbmc-viewer = callPackage ./cbmc-viewer.nix { } ; # 3.10
26
+ cbmc-viewer = callPackage ./cbmc-viewer.nix { } ; # 3.11
27
27
28
28
inherit
29
29
cadical #1.9.5
You can’t perform that action at this time.
0 commit comments