Merge pull request #168622 from r-ryantm/auto-update/python3.10-motionblinds

python310Packages.motionblinds: 0.6.4 -> 0.6.5
This commit is contained in:
Fabian Affolter 2022-04-15 09:51:28 +02:00 committed by GitHub
commit e899627635
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.4";
version = "0.6.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,8 +15,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "starkillerOG";
repo = "motion-blinds";
rev = version;
sha256 = "sha256-k0o6zGhuQPCh9bxXd7v9Hfjo1vKmf5kpw7MGJ31/1Mw=";
rev = "refs/tags/${version}";
sha256 = "sha256-RAGsVHi/f+0gIzVomhC8h3JvoD4EEe6dK9PBi5daTgU=";
};
propagatedBuildInputs = [