pigment: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2025-08-18 03:16:59 +00:00
parent 8000dc1d3f
commit 3834170b4e
+2 -2
View File
@@ -15,7 +15,7 @@
nix-update-script,
}:
let
version = "0.5.0";
version = "0.5.1";
in
python3Packages.buildPythonApplication {
pname = "pigment";
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication {
owner = "Jeffser";
repo = "Pigment";
tag = version;
hash = "sha256-VwqCv2IPxPKT/6PDk8sosAIZlyu8zl5HDQEaIRWlJKg=";
hash = "sha256-tWWDX1njnI1FOZhTUE1i+5pqZeLZFzHBrfoGFHCKnX0=";
};
nativeBuildInputs = [