Merge pull request #216410 from r-ryantm/auto-update/python310Packages.djangorestframework-camel-case

This commit is contained in:
Sandro 2023-02-16 01:28:45 +01:00 committed by GitHub
commit 705cb7dbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "djangorestframework-camel-case";
version = "1.4.0";
version = "1.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SNkv1llh/2uzIKAMkmqnpab3sCeNCP0cXpYFSycIF58=";
sha256 = "sha256-za51hGZIq7ZYXHRwY5odL7Bk3EX46LYqqlC+fxp6YfQ=";
};
propagatedBuildInputs = [