python312Packages.drf-writable-nested: 0.7.0 -> 0.7.1 (#352017)

This commit is contained in:
OTABI Tomoya
2024-10-29 17:54:45 +09:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "drf-writable-nested";
version = "0.7.0";
version = "0.7.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "beda-software";
repo = "drf-writable-nested";
rev = "refs/tags/v${version}";
hash = "sha256-/7MZAw0clzzlBdYchUVKldWT7WqtwdSe+016QAP0hqk=";
hash = "sha256-+I5HsqkjCrkF9MV90NGQuUhmLcDVsv20QIyDK9WxwdQ=";
};
propagatedBuildInputs = [