Skip to content

Commit eeaff02

Browse files
Update dependency: deps/k_release (#366)
* deps/k_release: Set Version 7.1.4 * Set Version: 0.2.62 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
1 parent d52fa59 commit eeaff02

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.3
1+
7.1.4

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 KMIR Semantics";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v7.1.3";
5+
k-framework.url = "github:runtimeverification/k/v7.1.4";
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.1.3?dir=pyk";
9+
pyk.url = "github:runtimeverification/k/v7.1.4?dir=pyk";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
};

kmir/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.

kmir/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 = "kmir"
7-
version = "0.2.61"
7+
version = "0.2.62"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -13,7 +13,7 @@ authors = [
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
filelock = "3.9.0"
16-
kframework = { git = "https://github.com/runtimeverification/k.git", tag = "v7.1.3", subdirectory = "pyk" }
16+
kframework = { git = "https://github.com/runtimeverification/k.git", tag = "v7.1.4", subdirectory = "pyk" }
1717

1818
[tool.poetry.group.dev.dependencies]
1919
autoflake = "*"

kmir/src/kmir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .kmir import KMIR
44

5-
VERSION: Final = '0.2.61'
5+
VERSION: Final = '0.2.62'

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.61
1+
0.2.62

0 commit comments

Comments
 (0)