Unverified Commit 12651693 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python310Packages.django-tastypie: 0.14.4 -> 0.14.5 
parents 37aa550b cf5e1d52
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "django-tastypie";
  version = "0.14.4";
  version = "0.14.5";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,8 +16,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "django-tastypie";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-O/aVi8BshOZmg9WQxrFlBEOXfgyqJKVK/QlEFG3Edqs=";
    rev = "refs/tags/v${version}";
    hash = "sha256-RgYinpo8eVzRaSkcnFkSq+IqpcFt6LCCHkpHyB/7u5M=";
  };

  propagatedBuildInputs = [
@@ -35,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Utilities and helpers for writing Pylint plugins";
    homepage = "https://github.com/django-tastypie/django-tastypie";
    changelog = "https://github.com/django-tastypie/django-tastypie/releases/tag/v${version}";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ fab ];
  };