warrant: Remove space from URL
(cherry picked from commit 21b39527bfc5b718c798bb41df5b85b1f0de034c)
This commit is contained in:
parent
b4ec6596aa
commit
f05736ab58
|
@ -17,7 +17,7 @@ buildPythonPackage {
|
|||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-pip10-compat.patch";
|
||||
url = " https://github.com/capless/warrant/commit/ae17d17d9888b9218a8facf6f6ad0bf4adae9a12.patch";
|
||||
url = "https://github.com/capless/warrant/commit/ae17d17d9888b9218a8facf6f6ad0bf4adae9a12.patch";
|
||||
sha256 = "1lvqi2qfa3kxdz05ab2lc7xnd3piyvvnz9kla2jl4pchi876z17c";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue