python312Packages.oslo-serialization: 5.5.0 -> 5.6.0 (#368271)

authored by

Sandro and committed by
GitHub
b5e12ffe 74d1d9a8

+2 -4
+2 -4
pkgs/development/python-modules/oslo-serialization/default.nix
··· 6 oslo-utils, 7 oslotest, 8 pbr, 9 - pytz, 10 setuptools, 11 stestr, 12 }: 13 14 buildPythonPackage rec { 15 pname = "oslo-serialization"; 16 - version = "5.5.0"; 17 pyproject = true; 18 19 src = fetchPypi { 20 pname = "oslo.serialization"; 21 inherit version; 22 - hash = "sha256-nnUvxdipdZVnKN2WqCGGeDs/78rLs1U6zZMwWIYeFaY="; 23 }; 24 25 postPatch = '' ··· 36 dependencies = [ 37 msgpack 38 oslo-utils 39 - pytz 40 ]; 41 42 nativeCheckInputs = [
··· 6 oslo-utils, 7 oslotest, 8 pbr, 9 setuptools, 10 stestr, 11 }: 12 13 buildPythonPackage rec { 14 pname = "oslo-serialization"; 15 + version = "5.6.0"; 16 pyproject = true; 17 18 src = fetchPypi { 19 pname = "oslo.serialization"; 20 inherit version; 21 + hash = "sha256-TH1OEtqFPMTwS5EjBBE06Iboyf9Xq1fBli061Kh7f3w="; 22 }; 23 24 postPatch = '' ··· 35 dependencies = [ 36 msgpack 37 oslo-utils 38 ]; 39 40 nativeCheckInputs = [