python3Packages.pympler: make patch urls reproducible
This commit is contained in:
parent
f08a223dbb
commit
0e0c2b8201
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@ buildPythonPackage rec {
|
||||||
patches = [
|
patches = [
|
||||||
# Fixes a TypeError on Python 3.11
|
# Fixes a TypeError on Python 3.11
|
||||||
# (see https://github.com/pympler/pympler/issues/148)
|
# (see https://github.com/pympler/pympler/issues/148)
|
||||||
|
# https://github.com/pympler/pympler/pull/149
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "${pname}-python-3.11-compat.patch";
|
name = "${pname}-python-3.11-compat.patch";
|
||||||
url = "https://github.com/pympler/pympler/pull/149.patch";
|
url = "https://github.com/pympler/pympler/commit/0fd8ad8da39207bd0dcb28bdac0407e04744c965.patch";
|
||||||
hash = "sha256-6MK0AuhVhQkUzlk29HUh1+mSbfsVTBJ1YBtYNIFhh7U=";
|
hash = "sha256-6MK0AuhVhQkUzlk29HUh1+mSbfsVTBJ1YBtYNIFhh7U=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue