1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

python310Packages.screenlogicpy: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-01-10 10:55:25 +00:00
parent 2225c6a883
commit c44cc74e56

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "screenlogicpy";
version = "0.10.0";
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "dieselrabbit";
repo = "screenlogicpy";
rev = "refs/tags/v${version}";
hash = "sha256-pilPmHE5amCQ/mGTy3hJqtSEElx7SevQpeMJZKYv7BA=";
hash = "sha256-z6cM0sihZvOHCA3v1DYQEev0axf4AcqEW13WA1EMhQM=";
};
nativeBuildInputs = [