python.pkgs.pytest-django: fix patch hash
This commit is contained in:
parent
786e9711f5
commit
d52eaf878c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchurl
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, pytest, django, setuptools_scm
|
, pytest, django, setuptools_scm
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
}:
|
}:
|
||||||
@ -7,8 +7,8 @@ buildPythonPackage rec {
|
|||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "3.1.2";
|
version = "3.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchPypi {
|
||||||
url = "mirror://pypi/p/pytest-django/${name}.tar.gz";
|
inherit pname version;
|
||||||
sha256 = "02932m2sr8x22m4az8syr8g835g4ak77varrnw71n6xakmdcr303";
|
sha256 = "02932m2sr8x22m4az8syr8g835g4ak77varrnw71n6xakmdcr303";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
# Unpin setuptools-scm
|
# Unpin setuptools-scm
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://github.com/pytest-dev/pytest-django/commit/25cbc3b395dcdeb92bdc9414e296680c2b9d602e.patch";
|
url = "https://github.com/pytest-dev/pytest-django/commit/25cbc3b395dcdeb92bdc9414e296680c2b9d602e.patch";
|
||||||
sha256 = "1mx06y4kz2zs41mb2h9bh5p4jc6s6hfsq6fghhsks5b7qak05xjp";
|
sha256 = "0mz3rcsv44pfzlxy3pv8mx87glmv34gy0d5aknvbzgb2a9niryws";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user