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

python3Packages.oslo-config: 9.8.0 -> 10.0.0

Diff: https://github.com/openstack/oslo.config/compare/9.8.0...10.0.0

+2 -4
+2 -4
pkgs/development/python-modules/oslo-config/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchPypi, 5 - debtcollector, 6 5 netaddr, 7 6 oslo-i18n, 8 7 pbr, ··· 15 16 16 17 buildPythonPackage rec { 17 18 pname = "oslo-config"; 18 - version = "9.8.0"; 19 + version = "10.0.0"; 19 20 pyproject = true; 20 21 21 22 src = fetchPypi { 22 23 pname = "oslo_config"; 23 24 inherit version; 24 - hash = "sha256-7qgAlQSr7mchN8WL2r2roYX0lrk8ha3SRuLNzr6dCKo="; 25 + hash = "sha256-Mz5nXbjGvncVs97PeMOYyhE4Q5IlqidGMuiTFIN/bqM="; 25 26 }; 26 27 27 28 postPatch = '' ··· 33 34 build-system = [ setuptools ]; 34 35 35 36 dependencies = [ 36 - debtcollector 37 37 netaddr 38 38 oslo-i18n 39 39 pbr