3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #220859 from fabaff/aiopulse-bump

python310Packages.aiopulse: 0.4.3 -> 0.4.4
This commit is contained in:
Fabian Affolter 2023-03-12 22:54:16 +01:00 committed by GitHub
commit bf2e058449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aiopulse";
version = "0.4.3";
version = "0.4.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Wp8NUjRlO+6ASqIt3C0YJRh0EKcEukXVMp4I+TCTElo=";
sha256 = "sha256-JbdJbkzd55KeM3Sf1ExvMuHRKNu5VAvGG4y+wkMS0Wo=";
};
propagatedBuildInputs = [
@ -37,6 +37,7 @@ buildPythonPackage rec {
binary protocol to issues commands to the Pulse Hub.
'';
homepage = "https://github.com/atmurray/aiopulse";
changelog = "https://github.com/atmurray/aiopulse/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};