Skip to content

Commit 5c6510f

Browse files
Update dependency: deps/k_release (#758)
* deps/k_release: Set Version 7.1.321 * Set Version: 0.1.152 * pykwasm/: sync uv files 7.1.321 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <devops@runtimeverification.com>
1 parent b66db69 commit 5c6510f

6 files changed

Lines changed: 198 additions & 159 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.319
1+
7.1.321

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
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.319";
8+
k-framework.url = "github:runtimeverification/k/v7.1.321";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010

1111
flake-utils.follows = "k-framework/flake-utils";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.151
1+
0.1.152

pykwasm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pykwasm"
7-
version = "0.1.151"
7+
version = "0.1.152"
88
description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework>=7.1.319",
12+
"kframework>=7.1.321",
1313
"py-wasm@git+https://github.com/runtimeverification/py-wasm.git@0.3.0"
1414
]
1515

0 commit comments

Comments
 (0)