Unverified Commit 5a24e9a0 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

python3Packages.django-organizations: 2.5.0 -> 2.6.0 (#498151)

parents bd8d0ec8 a7518eed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "django-organizations";
  version = "2.5.0";
  version = "2.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bennylope";
    repo = "django-organizations";
    tag = version;
    hash = "sha256-lgri6CCITp1oYCwpH8vrUglphXOmwZ3KX5G/L29akrs=";
    hash = "sha256-MgXB2gr7tWBXpgVfxLMI0RQWwAbhXlxdzyqk7XdEsWE=";
  };

  build-system = [ hatchling ];