Skip to content

Commit 3afb21e

Browse files
rv-jenkinsrv-auditorpalinatolmach
authored
Update dependency: deps/kevm_release (#832)
* deps/kevm_release: Set Version 1.0.723 * Sync Poetry files: kevm-pyk version 1.0.723 * deps/k_release: sync release file version 7.1.142 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.728 * Sync Poetry files: kevm-pyk version 1.0.728 * deps/k_release: sync release file version 7.1.145 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]>
1 parent 9574d8e commit 3afb21e

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

deps/kevm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.727
1+
1.0.728

flake.lock

Lines changed: 16 additions & 16 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
@@ -2,7 +2,7 @@
22
description = "Kontrol";
33

44
inputs = {
5-
kevm.url = "github:runtimeverification/evm-semantics/v1.0.727";
5+
kevm.url = "github:runtimeverification/evm-semantics/v1.0.728";
66
nixpkgs.follows = "kevm/nixpkgs";
77
k-framework.follows = "kevm/k-framework";
88
flake-utils.follows = "kevm/flake-utils";

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
15-
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.727", subdirectory = "kevm-pyk" }
15+
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.728", subdirectory = "kevm-pyk" }
1616
eth-utils = "^4.1.1"
1717
pycryptodome = "^3.20.0"
1818
pyevmasm = "^0.2.3"

0 commit comments

Comments
 (0)