Unverified Commit 46c702a1 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.django-pglock: 1.7.1 -> 1.7.2 (#407621)

parents c88a0019 a4f0eb2e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "django-pglock";
  version = "1.7.1";
  version = "1.7.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AmbitionEng";
    repo = "django-pglock";
    tag = version;
    hash = "sha256-WbifapA2A0grxePozwDSPzREIzmgBV+V5wpA9jeYfJ8=";
    hash = "sha256-FKAIftHNpfGzED0nkrLv3gVhfS7lyqfwZ1mEKsw/Vc8=";
  };

  build-system = [ poetry-core ];
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  meta = {
    description = "Postgres advisory locks, table locks, and blocking lock management";
    homepage = "https://github.com/AmbitionEng/django-pglock";
    changelog = "https://github.com/AmbitionEng/django-pglock/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/AmbitionEng/django-pglock/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ jopejoe1 ];
  };