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