Skip to content

Commit

Permalink
Merge pull request NixOS#223767 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.oslo-log
  • Loading branch information
SuperSandro2000 authored Mar 30, 2023
2 parents 2bc5978 + f3fc34c commit 7084fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/oslo-log/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

buildPythonPackage rec {
pname = "oslo-log";
version = "5.1.0";
version = "5.2.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
pname = "oslo.log";
inherit version;
hash = "sha256-9qw3r5WRjgXXod19CwVSuosisuQwhi6zNt5ZLSXITyk=";
hash = "sha256-YiYzbVtu4YhfBXtl2+3oTEqcXk5K51oOjn84PBY+xIA=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 7084fd3

Please sign in to comment.