Merge pull request #233885 from fabaff/pyatv-bump

python311Packages.pyatv: 0.11.0 -> 0.12.0

authored by Fabian Affolter and committed by GitHub c0e990a5 77d9ba47

+2 -2
+2 -2
pkgs/development/python-modules/pyatv/default.nix
··· 23 24 buildPythonPackage rec { 25 pname = "pyatv"; 26 - version = "0.11.0"; 27 format = "setuptools"; 28 29 disabled = pythonOlder "3.7"; ··· 32 owner = "postlund"; 33 repo = pname; 34 rev = "v${version}"; 35 - hash = "sha256-HWr+Pu/tMuCDFC2mV3R/Wqe0PfVw/DDgEIYBRnfYx/I="; 36 }; 37 38 postPatch = ''
··· 23 24 buildPythonPackage rec { 25 pname = "pyatv"; 26 + version = "0.12.0"; 27 format = "setuptools"; 28 29 disabled = pythonOlder "3.7"; ··· 32 owner = "postlund"; 33 repo = pname; 34 rev = "v${version}"; 35 + hash = "sha256-t7H4ut4atc2XDnpBzV03Q/OrCHMVmZk38r/iWcLKL7Q="; 36 }; 37 38 postPatch = ''