poliedros: 1.5.0 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-11-06 01:06:10 +00:00
parent 146b74e1d3
commit 1efdfd67b4

View File

@@ -14,7 +14,7 @@
nix-update-script,
}:
let
version = "1.5.0";
version = "1.5.2";
in
python3Packages.buildPythonApplication {
pname = "poliedros";
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication {
owner = "kriptolix";
repo = "Poliedros";
tag = "v${version}";
hash = "sha256-1itBovF5xGB8zMedtKKcQ2FJeOd5gT1COrJtwEOgdbk=";
hash = "sha256-1xrXR0kY4zq2cafhVgPvWcJD7pEEiZX7tW1/T3Mfe+A=";
};
nativeBuildInputs = [