Skip to content

Commit 6ada6ab

Browse files
rv-jenkinsrv-auditoranvacaru
authored
Update dependency: deps/k_release (#2426)
* deps/k_release: Set Version 7.0.62 * Set Version: 1.0.555 * kevm-pyk/: sync poetry files pyk version v7.0.62 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.0.63 * kevm-pyk/: sync poetry files pyk version v7.0.63 * flake.{nix,lock}: update Nix derivations * Set Version: 1.0.556 * deps/k_release: Set Version 7.0.64 * kevm-pyk/: sync poetry files pyk version v7.0.64 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.0.65 * kevm-pyk/: sync poetry files pyk version v7.0.65 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.0.66 * kevm-pyk/: sync poetry files pyk version v7.0.66 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.0.67 * kevm-pyk/: sync poetry files pyk version v7.0.67 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.0.68 * kevm-pyk/: sync poetry files pyk version v7.0.68 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
1 parent e1f32d6 commit 6ada6ab

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.61
1+
7.0.68

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
description = "A flake for the KEVM Semantics";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v7.0.61";
5+
k-framework.url = "github:runtimeverification/k/v7.0.68";
66
nixpkgs.follows = "k-framework/nixpkgs";
77
flake-utils.follows = "k-framework/flake-utils";
88
rv-utils.follows = "k-framework/rv-utils";
9-
pyk.url = "github:runtimeverification/k/v7.0.61?dir=pyk";
9+
pyk.url = "github:runtimeverification/k/v7.0.68?dir=pyk";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
blockchain-k-plugin = {

kevm-pyk/poetry.lock

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

kevm-pyk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.555"
7+
version = "1.0.556"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -13,7 +13,7 @@ authors = [
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
pathos = "*"
16-
pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.61", subdirectory = "pyk" }
16+
pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.68", subdirectory = "pyk" }
1717
tomlkit = "^0.11.6"
1818

1919
[tool.poetry.group.dev.dependencies]

kevm-pyk/src/kevm_pyk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '1.0.555'
8+
VERSION: Final = '1.0.556'

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.555
1+
1.0.556

0 commit comments

Comments
 (0)