3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186308 from fabaff/motionblinds-bump

python310Packages.motionblinds: 0.6.11 -> 0.6.12
This commit is contained in:
Fabian Affolter 2022-08-12 22:54:27 +02:00 committed by GitHub
commit 6c0c75caf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "motionblinds";
version = "0.6.11";
version = "0.6.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = "refs/tags/${version}";
sha256 = "sha256-LHZp5IXZqPYNwPlOQySwxon3uZX15caZvMeMY6QQIqk=";
sha256 = "sha256-QVGOVb/YbpCcPIfJbhjBXOi1c72yMwghFpFeWCy3S48=";
};
propagatedBuildInputs = [