Skip to content

Commit 91ddc83

Browse files
rv-jenkinsrv-auditorbbyalcinkaya
authored
Update dependency: deps/k_release (#745)
* deps/k_release: Set Version 7.1.310 * Set Version: 0.1.145 * pykwasm/: sync uv files 7.1.310 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.311 * pykwasm/: sync uv files 7.1.311 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.312 * pykwasm/: sync uv files 7.1.312 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.313 * pykwasm/: sync uv files 7.1.313 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.146 * pykwasm/: sync uv files 7.1.313 --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Burak Bilge Yalcinkaya <bbyalcinkaya@gmail.com>
1 parent 00d2e98 commit 91ddc83

File tree

6 files changed

+304
-270
lines changed

6 files changed

+304
-270
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.289
1+
7.1.313

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: 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.289";
8+
k-framework.url = "github:runtimeverification/k/v7.1.313";
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.145
1+
0.1.146

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.145"
7+
version = "0.1.146"
88
description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework>=7.1.289",
12+
"kframework>=7.1.313",
1313
"py-wasm@git+https://github.com/runtimeverification/py-wasm.git@0.2.1"
1414
]
1515

0 commit comments

Comments
 (0)