nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python3Packages.azure-servicefabric: 8.0.0.0 -> 8.2.0.0

authored by

Jonathan Ringer and committed by
Jonathan Ringer
3ff5aff3 c64cbc43

+2 -2
+2 -2
pkgs/development/python-modules/azure-servicefabric/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "azure-servicefabric"; 10 - version = "8.0.0.0"; 10 + version = "8.2.0.0"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 14 extension = "zip"; 15 - sha256 = "f414cc114e28a358a7f39772205f3f15d7fc1aa30a08d106b0b80623f4303f1d"; 15 + sha256 = "f49c8759447970817b9b2d3d4b97439765dcf75ba01b6066ce96b605052fbb23"; 16 16 }; 17 17 18 18 propagatedBuildInputs = [