lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.aioazuredevops: 1.3.5 -> 1.4.3

+2 -2
+2 -2
pkgs/development/python-modules/aioazuredevops/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "aioazuredevops"; 11 - version = "1.3.5"; 11 + version = "1.4.3"; 12 12 13 13 disabled = isPy27; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "4c98a995d0516f502ba191fa3ac973ee72b93425e7eab3cdf770516c6e93c780"; 17 + sha256 = "sha256-vNTvSQYjjptdPsHz0zM9paq3iodZrhcEralPm6YRZJE="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [