python3Packages.peakrdl-rust: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm
2026-04-10 19:19:43 +00:00
parent 1a66bde6d7
commit 533ef9f0bb
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "peakrdl-rust";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "darsor";
repo = "PeakRDL-rust";
tag = "v${version}";
hash = "sha256-GKozCmWtCb5cUxkBBHpHYPUY6QYILg1452skGoXxThE=";
hash = "sha256-eoEJUX6yvZU8xNA+tMWRmEH3CypohOpyVa6C9FzeehU=";
};
build-system = [ uv-build ];