Merge pull request #220859 from fabaff/aiopulse-bump

python310Packages.aiopulse: 0.4.3 -> 0.4.4

authored by Fabian Affolter and committed by GitHub bf2e0584 c860f71f

+3 -2
+3 -2
pkgs/development/python-modules/aiopulse/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "aiopulse"; 10 - version = "0.4.3"; 10 + version = "0.4.4"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "sha256-Wp8NUjRlO+6ASqIt3C0YJRh0EKcEukXVMp4I+TCTElo="; 17 + sha256 = "sha256-JbdJbkzd55KeM3Sf1ExvMuHRKNu5VAvGG4y+wkMS0Wo="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ ··· 37 37 binary protocol to issues commands to the Pulse Hub. 38 38 ''; 39 39 homepage = "https://github.com/atmurray/aiopulse"; 40 + changelog = "https://github.com/atmurray/aiopulse/releases/tag/v${version}"; 40 41 license = with licenses; [ asl20 ]; 41 42 maintainers = with maintainers; [ fab ]; 42 43 };