lol
0
fork

Configure Feed

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

python312Packages.drf-writable-nested: 0.7.1 -> 0.7.2

+2 -2
+2 -2
pkgs/development/python-modules/drf-writable-nested/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "drf-writable-nested"; 13 - version = "0.7.1"; 13 + version = "0.7.2"; 14 14 format = "setuptools"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "beda-software"; 18 18 repo = "drf-writable-nested"; 19 19 tag = "v${version}"; 20 - hash = "sha256-+I5HsqkjCrkF9MV90NGQuUhmLcDVsv20QIyDK9WxwdQ="; 20 + hash = "sha256-VkQ3Di3vXxQAmvuMP8KpGVVdx7LMYcQFEF4ZsuA9KeA="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [