Skip to content

Commit 52a6cf5

Browse files
rv-jenkinsrv-auditordkcumming
authored
Update dependency: deps/k_release (#617)
Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: dkcumming <daniel.cumming@runtimeverification.com>
1 parent 484bb61 commit 52a6cf5

File tree

5 files changed

+119
-166
lines changed

5 files changed

+119
-166
lines changed

deps/k_release

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

flake.lock

Lines changed: 92 additions & 118 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,11 +1,11 @@
11
{
22
description = "kmir - ";
33
inputs = {
4-
k-framework.url = "github:runtimeverification/k/v7.1.268";
4+
k-framework.url = "github:runtimeverification/k/v7.1.270";
55
nixpkgs.follows = "k-framework/nixpkgs";
66
flake-utils.follows = "k-framework/flake-utils";
77
rv-nix-tools.follows = "k-framework/rv-nix-tools";
8-
poetry2nix.follows = "k-framework/poetry2nix";
8+
# poetry2nix.follows = "k-framework/poetry2nix"; # FIXME: To stop crash with `nix flake update`
99
};
1010
outputs = { self, nixpkgs, flake-utils, k-framework, ... }@inputs:
1111
let

kmir/pyproject.toml

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

1414
[[project.authors]]

0 commit comments

Comments
 (0)