Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ba32890
deps/k_release: Set Version 7.1.296
rv-auditor Oct 8, 2025
e254280
Sync uv version: uv 0.8.22
rv-auditor Oct 8, 2025
d87df77
kmir/{pyproject.toml,uv.lock}: sync uv files, K version 7.1.296
rv-auditor Oct 8, 2025
f18b9e8
flake.{nix,lock}: update Nix derivations
rv-auditor Oct 8, 2025
a691f14
deps/k_release: Set Version 7.1.297
rv-auditor Oct 9, 2025
12288c8
adapt `requires-python` from `~=` to `>=` in `pyproject.toml`
juliankuners Oct 9, 2025
94bb692
kmir/{pyproject.toml,uv.lock}: sync uv files, K version 7.1.297
rv-auditor Oct 9, 2025
0a6c598
flake.{nix,lock}: update Nix derivations
rv-auditor Oct 9, 2025
6a0ce31
Merge remote-tracking branch 'origin/master' into _update-deps/runtim…
rv-auditor Oct 14, 2025
b4f32ca
deps/k_release: Set Version 7.1.298
rv-auditor Oct 14, 2025
9fb9517
kmir/{pyproject.toml,uv.lock}: sync uv files, K version 7.1.298
rv-auditor Oct 14, 2025
bda9ad9
flake.{nix,lock}: update Nix derivations
rv-auditor Oct 14, 2025
5dd5028
Merge branch 'master' into _update-deps/runtimeverification/k
jberthold Oct 14, 2025
19d9758
Sync uv version: uv 0.9.2
rv-auditor Oct 14, 2025
f543abb
flake.{nix,lock}: update Nix derivations
rv-auditor Oct 14, 2025
5c1d7dc
Merge remote-tracking branch 'origin/master' into _update-deps/runtim…
rv-auditor Oct 16, 2025
6e8b997
deps/k_release: Set Version 7.1.299
rv-auditor Oct 16, 2025
8108b83
kmir/{pyproject.toml,uv.lock}: sync uv files, K version 7.1.299
rv-auditor Oct 16, 2025
01957e7
flake.{nix,lock}: update Nix derivations
rv-auditor Oct 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.289
7.1.299
2 changes: 1 addition & 1 deletion deps/uv_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.15
0.9.2
110 changes: 57 additions & 53 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
inputs.flake-utils.follows = "flake-utils";
};

k-framework.url = "github:runtimeverification/k/v7.1.289";
k-framework.url = "github:runtimeverification/k/v7.1.299";
k-framework = {
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};

uv2nix.url = "github:pyproject-nix/uv2nix/64298e806f4a5f63a51c625edc100348138491aa";
uv2nix.url = "github:pyproject-nix/uv2nix/b6ed0901aec29583532abe65117b18d86a49b617";
# uv2nix requires a newer version of nixpkgs
# therefore, we pin uv2nix specifically to a newer version of nixpkgs
# until we replaced our stale version of nixpkgs with an upstream one as well
Expand All @@ -27,7 +27,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
uv2nix.inputs.nixpkgs.follows = "nixpkgs-unstable";
# uv2nix.inputs.nixpkgs.follows = "nixpkgs";
pyproject-build-systems.url = "github:pyproject-nix/build-system-pkgs/7dba6dbc73120e15b558754c26024f6c93015dd7";
pyproject-build-systems.url = "github:pyproject-nix/build-system-pkgs/dbfc0483b5952c6b86e36f8b3afeb9dde30ea4b5";
pyproject-build-systems = {
inputs.nixpkgs.follows = "uv2nix/nixpkgs";
inputs.uv2nix.follows = "uv2nix";
Expand Down
4 changes: 2 additions & 2 deletions kmir/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ build-backend = "hatchling.build"
name = "kmir"
version = "0.3.181"
description = ""
requires-python = "~=3.10"
requires-python = ">=3.10"
dependencies = [
"kframework==v7.1.289",
"kframework==v7.1.299",
"rust-demangler==1.0",
]

Expand Down
Loading