Skip to content

Commit 88bf29b

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents b851b8f + b680768 commit 88bf29b

File tree

5 files changed

+165
-138
lines changed

5 files changed

+165
-138
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.265
1+
7.1.268

flake.lock

Lines changed: 53 additions & 27 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
@@ -1,10 +1,10 @@
11
{
22
description = "kmir - ";
33
inputs = {
4-
k-framework.url = "github:runtimeverification/k/v7.1.265";
4+
k-framework.url = "github:runtimeverification/k/v7.1.268";
55
nixpkgs.follows = "k-framework/nixpkgs";
66
flake-utils.follows = "k-framework/flake-utils";
7-
rv-utils.follows = "k-framework/rv-utils";
7+
rv-nix-tools.follows = "k-framework/rv-nix-tools";
88
poetry2nix.follows = "k-framework/poetry2nix";
99
};
1010
outputs = { self, nixpkgs, flake-utils, k-framework, ... }@inputs:

kmir/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.4.5"
88
description = ""
99
requires-python = "~=3.10"
1010
dependencies = [
11-
"kframework==v7.1.265",
11+
"kframework==v7.1.268",
1212
]
1313

1414
[[project.authors]]

0 commit comments

Comments
 (0)