From 8cfd6be4150fe2a1bbae9088318c0cd5608afac1 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 23 Jan 2025 08:26:28 -0700 Subject: [PATCH] Update dependency: deps/kevm_release (#940) * deps/kevm_release: Set Version 1.0.780 * Sync Poetry files: kevm-pyk version 1.0.780 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops --- deps/kevm_release | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deps/kevm_release b/deps/kevm_release index 3a8abe45d..efbcd8ea6 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.779 +1.0.780 diff --git a/flake.lock b/flake.lock index bf742f54e..531e74096 100644 --- a/flake.lock +++ b/flake.lock @@ -435,16 +435,16 @@ ] }, "locked": { - "lastModified": 1737531698, - "narHash": "sha256-l3p1qZtmCYGUsuL9aXVSBk5B2BKBk7lafK+ONjedAZ8=", + "lastModified": 1737638869, + "narHash": "sha256-FMy3opWscIAYlq3KnoLiB4mLnLAPnhHwKphHkSDF7jk=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "69256070065dad12ce46dedfbf1d45b3084d335d", + "rev": "8868e817eba64fa6615a73f14e33b5845193c94a", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.779", + "ref": "v1.0.780", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index a17fea0c4..e809697d7 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.779"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.780"; nixpkgs.follows = "kevm/nixpkgs"; k-framework.follows = "kevm/k-framework"; flake-utils.follows = "kevm/flake-utils"; diff --git a/poetry.lock b/poetry.lock index c452c5761..2e5533fef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -734,7 +734,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.779" +version = "1.0.780" description = "" optional = false python-versions = "^3.10" @@ -750,8 +750,8 @@ tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.779" -resolved_reference = "69256070065dad12ce46dedfbf1d45b3084d335d" +reference = "v1.0.780" +resolved_reference = "8868e817eba64fa6615a73f14e33b5845193c94a" subdirectory = "kevm-pyk" [[package]] @@ -1599,4 +1599,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ff49535579af0b71ea04f78292bc68341370ce55d5fcdd2e1f501ff7f6067739" +content-hash = "f9da75ffbfc5e3c99ca0d51f7b7d05a936394f9483071c1ea6071bf74595913d" diff --git a/pyproject.toml b/pyproject.toml index c877e0b4c..bc1e3d3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" -kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.779", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.780", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0" pyevmasm = "^0.2.3"