python3Packages.django-pghistory: 3.8.1 -> 3.8.2 (#445118)
This commit is contained in:
@@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-pghistory";
|
pname = "django-pghistory";
|
||||||
version = "3.8.1";
|
version = "3.8.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Opus10";
|
owner = "Opus10";
|
||||||
repo = "django-pghistory";
|
repo = "django-pghistory";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-z1dpd2JC/IOLE/v0taJiEK8dlZedBS63KeYhv5MG6tk=";
|
hash = "sha256-zQqa4rBhjt2+kaCT4PvGXyTJ63JR3YM50GBQkqnWUKE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Reference in New Issue
Block a user