Skip to content

Commit b0329e8

Browse files
rv-jenkinsrv-auditorjuliankunersjberthold
authored
Update dependency: deps/k_release (#730)
Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Julian Kuners <julian.kuners@gmail.com> Co-authored-by: Jost Berthold <jost.berthold@gmail.com>
1 parent 84573c9 commit b0329e8

File tree

6 files changed

+330
-291
lines changed

6 files changed

+330
-291
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.289
1+
7.1.299

deps/uv_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.15
1+
0.9.2

flake.lock

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

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
inputs.flake-utils.follows = "flake-utils";
1313
};
1414

15-
k-framework.url = "github:runtimeverification/k/v7.1.289";
15+
k-framework.url = "github:runtimeverification/k/v7.1.299";
1616
k-framework = {
1717
inputs.flake-utils.follows = "flake-utils";
1818
inputs.nixpkgs.follows = "nixpkgs";
1919
};
2020

21-
uv2nix.url = "github:pyproject-nix/uv2nix/64298e806f4a5f63a51c625edc100348138491aa";
21+
uv2nix.url = "github:pyproject-nix/uv2nix/b6ed0901aec29583532abe65117b18d86a49b617";
2222
# uv2nix requires a newer version of nixpkgs
2323
# therefore, we pin uv2nix specifically to a newer version of nixpkgs
2424
# until we replaced our stale version of nixpkgs with an upstream one as well
@@ -27,7 +27,7 @@
2727
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
2828
uv2nix.inputs.nixpkgs.follows = "nixpkgs-unstable";
2929
# uv2nix.inputs.nixpkgs.follows = "nixpkgs";
30-
pyproject-build-systems.url = "github:pyproject-nix/build-system-pkgs/7dba6dbc73120e15b558754c26024f6c93015dd7";
30+
pyproject-build-systems.url = "github:pyproject-nix/build-system-pkgs/dbfc0483b5952c6b86e36f8b3afeb9dde30ea4b5";
3131
pyproject-build-systems = {
3232
inputs.nixpkgs.follows = "uv2nix/nixpkgs";
3333
inputs.uv2nix.follows = "uv2nix";

kmir/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build-backend = "hatchling.build"
66
name = "kmir"
77
version = "0.3.181"
88
description = ""
9-
requires-python = "~=3.10"
9+
requires-python = ">=3.10"
1010
dependencies = [
11-
"kframework==v7.1.289",
11+
"kframework==v7.1.299",
1212
"rust-demangler==1.0",
1313
]
1414

0 commit comments

Comments
 (0)