python: django-pglocks: 1.0.3 -> 1.0.4

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:06 +01:00
parent 1fd606b5ba
commit 2a2b980107

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "django-pglocks";
version = "1.0.3";
version = "1.0.4";
meta = {
description = "PostgreSQL locking context managers and functions for Django.";
@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "daa3323de355b9057d8f37143e2ae8d283925fd25128ab66bb8c700d000111d9";
sha256 = "3c47c66fbfbd268ef46269673a0516a039539b0972b8ed2ec9cfee44c4b65523";
};
buildInputs = [ django ];