Skip to content

Commit

Permalink
Update dependency: deps/k_release (#690)
Browse files Browse the repository at this point in the history
* deps/k_release: Set Version 7.1.95

* Set Version: 0.1.98

* pykwasm/: sync poetry files 7.1.95

* flake.{nix,lock}: update Nix derivations

* deps/k_release: Set Version 7.1.96

* deps/k_release: Set Version 7.1.97

* pykwasm/: sync poetry files 7.1.97

* flake.{nix,lock}: update Nix derivations

* deps/k_release: Set Version 7.1.98

* pykwasm/: sync poetry files 7.1.98

* flake.{nix,lock}: update Nix derivations

* deps/k_release: Set Version 7.1.99

* pykwasm/: sync poetry files 7.1.99

* flake.{nix,lock}: update Nix derivations

* deps/k_release: Set Version 7.1.101

* pykwasm/: sync poetry files 7.1.101

* flake.{nix,lock}: update Nix derivations

* deps/k_release: Set Version 7.1.102

* pykwasm/: sync poetry files 7.1.102

* flake.{nix,lock}: update Nix derivations

* deps/k_release: Set Version 7.1.103

* pykwasm/: sync poetry files 7.1.103

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Aug 9, 2024
1 parent c4fc79c commit 8b29c63
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.93
7.1.103
16 changes: 8 additions & 8 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "K Semantics of WebAssembly";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.93";
k-framework.url = "github:runtimeverification/k/v7.1.103";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.97
0.1.98
20 changes: 10 additions & 10 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.97"
version = "0.1.98"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin"
python = "^3.10"
cytoolz = "^0.12.1"
numpy = "^1.24.2"
kframework = "7.1.93"
kframework = "7.1.103"
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 8b29c63

Please sign in to comment.