lol
fork

Configure Feed

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

python310Packages.oslo-serialization: 5.1.1 -> 5.2.0

+2 -2
+2 -2
pkgs/development/python-modules/oslo-serialization/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "oslo-serialization"; 14 - version = "5.1.1"; 14 + version = "5.2.0"; 15 15 16 16 src = fetchPypi { 17 17 pname = "oslo.serialization"; 18 18 inherit version; 19 - hash = "sha256-irvaixdjoGBx/CjF2Km+VHuihfSDDminD/iP4R8Wv0M="; 19 + hash = "sha256-nPAw1hpszh9Hpi1AUPXoPhvRoQGKxnG7GTruB9Fb28I="; 20 20 }; 21 21 22 22 postPatch = ''