From 6f3126a5fcfc909133fbeb09f5d418b51f4d4934 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Mon, 27 Jan 2025 22:41:49 -0700 Subject: [PATCH] Update dependency: deps/kevm_release (#948) * deps/kevm_release: Set Version 1.0.784 * Sync Poetry files: kevm-pyk version 1.0.784 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops --- deps/kevm_release | 2 +- flake.lock | 14 +++++++------- flake.nix | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deps/kevm_release b/deps/kevm_release index 4f91bbee6..ae69e3ab0 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.783 +1.0.784 diff --git a/flake.lock b/flake.lock index 4501bf4f4..c8c2e5b45 100644 --- a/flake.lock +++ b/flake.lock @@ -209,11 +209,11 @@ ] }, "locked": { - "lastModified": 1735981876, - "narHash": "sha256-PAyEy36HBOOwzChB7D6xKzzkHwiK9ynsRX4/0ZFspgI=", + "lastModified": 1737993222, + "narHash": "sha256-K0ImLNtYE7DxiDvF6iOLAP4zpsWI1OnNdtDtMu9SfSs=", "owner": "shazow", "repo": "foundry.nix", - "rev": "14f071541283aa90e15efc980121a8296f70a2d3", + "rev": "ca0fd680ad9eba8623614af71cda00b6b3334ee9", "type": "github" }, "original": { @@ -435,16 +435,16 @@ ] }, "locked": { - "lastModified": 1737702704, - "narHash": "sha256-2yw41KmDf0DvdBOaPfWcEKh0nrTghMdKUBbQ6w5Lplw=", + "lastModified": 1738011727, + "narHash": "sha256-o5O5ylZUpRtYFQVGgn8nHo3DH3TZEnIU9me5rRVaNDQ=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "439ff0f33a7e8e1a70a387d56f75291912a5d973", + "rev": "e1d0c5716f31c1830a98236e0a5b969ea333e5d8", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.783", + "ref": "v1.0.784", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 29271fc5f..f11026751 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.783"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.784"; 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 eb4acbcb5..c5a59a206 100644 --- a/poetry.lock +++ b/poetry.lock @@ -734,7 +734,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.783" +version = "1.0.784" 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.783" -resolved_reference = "439ff0f33a7e8e1a70a387d56f75291912a5d973" +reference = "v1.0.784" +resolved_reference = "e1d0c5716f31c1830a98236e0a5b969ea333e5d8" subdirectory = "kevm-pyk" [[package]] @@ -1599,4 +1599,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "3c74d397c72333756fb2c617bd3fb46a948d88aba912b0eaeff48acd02873bf8" +content-hash = "fc80f19f06a078f3cc1e2ea9c6037692d191399d48b4f1a177fa51e675df601e" diff --git a/pyproject.toml b/pyproject.toml index 710f31406..298bfc3e3 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.783", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.784", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0" pyevmasm = "^0.2.3"