Skip to content

Commit f0190ce

Browse files
authored
Merge branch 'master' into pyproject-nix-overlay
2 parents 0b76fe4 + 271c246 commit f0190ce

8 files changed

Lines changed: 339 additions & 300 deletions

File tree

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.288
1+
7.1.301

deps/uv2nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
be511633027f67beee87ab499f7b16d0a2f7eceb
1+
b6ed0901aec29583532abe65117b18d86a49b617

deps/uv_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.22
1+
0.9.2

examples/specs/imp-sum-spec.k

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module IMP-SUM-SPEC
1818
$s |-> (S:Int => S +Int ((N +Int 1) *Int N /Int 2))
1919
</env>
2020
requires N >=Int 0
21+
[circularity]
2122

2223
claim [two-sum-spec]:
2324
<k>
@@ -41,5 +42,6 @@ module IMP-SUM-SPEC
4142
</env>
4243
requires N >=Int 0
4344
andBool M >=Int 0
45+
[circularity]
4446

4547
endmodule

flake.lock

Lines changed: 48 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
nixpkgs.follows = "rv-nix-tools/nixpkgs";
66

77
flake-utils.url = "github:numtide/flake-utils";
8-
k-framework.url = "github:runtimeverification/k/v7.1.288";
8+
k-framework.url = "github:runtimeverification/k/v7.1.301";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
10-
uv2nix.url = "github:pyproject-nix/uv2nix/be511633027f67beee87ab499f7b16d0a2f7eceb";
10+
uv2nix.url = "github:pyproject-nix/uv2nix/b6ed0901aec29583532abe65117b18d86a49b617";
1111
# uv2nix requires a newer version of nixpkgs
1212
# therefore, we pin uv2nix specifically to a newer version of nixpkgs
1313
# until we replaced our stale version of nixpkgs with an upstream one as well

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework==7.1.288",
12+
"kframework==7.1.301",
1313
]
1414

1515
[[project.authors]]

0 commit comments

Comments
 (0)