Merge pull request #253059 from fabaff/django-tastypie-bump

python311Packages.django-tastypie: 0.14.5 -> 0.14.6
This commit is contained in:
Fabian Affolter 2023-09-03 09:58:56 +02:00 committed by GitHub
commit 9d0a9d5a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "django-tastypie";
version = "0.14.5";
version = "0.14.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "django-tastypie";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RgYinpo8eVzRaSkcnFkSq+IqpcFt6LCCHkpHyB/7u5M=";
hash = "sha256-emZVcycGLa8Z2yMv/NWZi1b5fPk50u841cFfFF3Ke/s=";
};
propagatedBuildInputs = [