Skip to content

Commit 8e013c1

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents 19e8663 + 2898cf0 commit 8e013c1

File tree

6 files changed

+185
-172
lines changed

6 files changed

+185
-172
lines changed

deps/k_release

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

deps/pyproject-build-systems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dbfc0483b5952c6b86e36f8b3afeb9dde30ea4b5
1+
795a980d25301e5133eca37adae37283ec3c8e66

flake.lock

Lines changed: 11 additions & 11 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,7 +5,7 @@
55
rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/854d4f05ea78547d46e807b414faad64cea10ae4";
66
nixpkgs.follows = "rv-nix-tools/nixpkgs";
77

8-
k-framework.url = "github:runtimeverification/k/v7.1.301";
8+
k-framework.url = "github:runtimeverification/k/v7.1.302";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010
flake-utils.follows = "k-framework/flake-utils";
1111
blockchain-k-plugin = {
@@ -24,7 +24,7 @@
2424
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
2525
uv2nix.inputs.nixpkgs.follows = "nixpkgs-unstable";
2626
# uv2nix.inputs.nixpkgs.follows = "nixpkgs";
27-
pyproject-build-systems.url = "github:pyproject-nix/build-system-pkgs/dbfc0483b5952c6b86e36f8b3afeb9dde30ea4b5";
27+
pyproject-build-systems.url = "github:pyproject-nix/build-system-pkgs/795a980d25301e5133eca37adae37283ec3c8e66";
2828
pyproject-build-systems = {
2929
inputs.nixpkgs.follows = "uv2nix/nixpkgs";
3030
inputs.uv2nix.follows = "uv2nix";

kevm-pyk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = [
1212
"frozendict>=2.4.6,<3",
13-
"kframework==7.1.301",
13+
"kframework==7.1.302",
1414
"pathos",
1515
"tomlkit>=0.11.6",
1616
]

0 commit comments

Comments
 (0)