Skip to content

Commit 69abe13

Browse files
rv-jenkinsrv-auditorvirgil-serbanuta
authored
Update dependency: deps/k_release (#653)
* deps/k_release: Set Version 7.1.9 * Set Version: 0.1.65 * pykwasm/: sync poetry files v7.1.9 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.10 * pykwasm/: sync poetry files v7.1.10 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.12 * pykwasm/: sync poetry files v7.1.12 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version * deps/k_release: Set Version 7.1.14 * pykwasm/: sync poetry files v7.1.14 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.15 * Set Version: 0.1.66 * pykwasm/: sync poetry files v7.1.15 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.67 * deps/k_release: Set Version 7.1.17 * pykwasm/: sync poetry files v7.1.17 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.18 * pykwasm/: sync poetry files v7.1.18 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.19 * pykwasm/: sync poetry files v7.1.19 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.20 * pykwasm/: sync poetry files v7.1.20 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.21 * pykwasm/: sync poetry files v7.1.21 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Virgil <[email protected]>
1 parent b560628 commit 69abe13

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

deps/k_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.8
1+
7.1.21

flake.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
description = "K Semantics of WebAssembly";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v7.1.8";
5+
k-framework.url = "github:runtimeverification/k/v7.1.21";
66
nixpkgs.follows = "k-framework/nixpkgs";
77
flake-utils.follows = "k-framework/flake-utils";
88
rv-utils.follows = "k-framework/rv-utils";
9-
pyk.url = "github:runtimeverification/k/v7.1.8?dir=pyk";
9+
pyk.url = "github:runtimeverification/k/v7.1.21?dir=pyk";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
};

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.66
1+
0.1.67

pykwasm/poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pykwasm/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pykwasm"
7-
version = "0.1.66"
7+
version = "0.1.67"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin"
2323
python = "^3.10"
2424
cytoolz = "^0.12.1"
2525
numpy = "^1.24.2"
26-
kframework = { git = "https://github.com/runtimeverification/k.git", tag="v7.1.8", subdirectory = "pyk" }
26+
kframework = { git = "https://github.com/runtimeverification/k.git", tag="v7.1.21", subdirectory = "pyk" }
2727
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" }
2828

2929
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)