Loading pkgs/development/python-modules/oslo-log/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ setuptools, # dependencies debtcollector, oslo-config, oslo-context, oslo-serialization, Loading @@ -24,14 +25,14 @@ buildPythonPackage rec { pname = "oslo-log"; version = "6.2.0"; version = "7.1.0"; pyproject = true; src = fetchFromGitHub { owner = "openstack"; repo = "oslo.log"; tag = version; hash = "sha256-IEhIhGE95zZiWp602rFc+NLco/Oyx9XEL5e2RExNBMs="; hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo="; }; # Manually set version because prb wants to get it from the git upstream repository (and we are Loading @@ -41,6 +42,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ debtcollector oslo-config oslo-context oslo-serialization Loading Loading
pkgs/development/python-modules/oslo-log/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ setuptools, # dependencies debtcollector, oslo-config, oslo-context, oslo-serialization, Loading @@ -24,14 +25,14 @@ buildPythonPackage rec { pname = "oslo-log"; version = "6.2.0"; version = "7.1.0"; pyproject = true; src = fetchFromGitHub { owner = "openstack"; repo = "oslo.log"; tag = version; hash = "sha256-IEhIhGE95zZiWp602rFc+NLco/Oyx9XEL5e2RExNBMs="; hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo="; }; # Manually set version because prb wants to get it from the git upstream repository (and we are Loading @@ -41,6 +42,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ debtcollector oslo-config oslo-context oslo-serialization Loading