Skip to content

Commit

Permalink
Update dependency: deps/k_release (#653)
Browse files Browse the repository at this point in the history
* 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 <devops@runtimeverification.com>
Co-authored-by: Virgil <25692529+virgil-serbanuta@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 23, 2024
1 parent b560628 commit 69abe13
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.8
7.1.21
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "K Semantics of WebAssembly";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.8";
k-framework.url = "github:runtimeverification/k/v7.1.21";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
pyk.url = "github:runtimeverification/k/v7.1.8?dir=pyk";
pyk.url = "github:runtimeverification/k/v7.1.21?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
};
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.66
0.1.67
18 changes: 9 additions & 9 deletions pykwasm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pykwasm"
version = "0.1.66"
version = "0.1.67"
description = ""
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand All @@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin"
python = "^3.10"
cytoolz = "^0.12.1"
numpy = "^1.24.2"
kframework = { git = "https://github.com/runtimeverification/k.git", tag="v7.1.8", subdirectory = "pyk" }
kframework = { git = "https://github.com/runtimeverification/k.git", tag="v7.1.21", subdirectory = "pyk" }
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" }

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 69abe13

Please sign in to comment.