python3Packages.udatetime: make patch urls reproducible, update hash
This commit is contained in:
parent
92120c7906
commit
20190215b0
1 changed files with 4 additions and 2 deletions
|
@ -15,9 +15,11 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# fix build with python 3.9
|
# fix build with python 3.9
|
||||||
|
# https://github.com/freach/udatetime/pull/33
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://github.com/freach/udatetime/pull/33.patch";
|
name = "freach-udatetime-pull-33.patch";
|
||||||
sha256 = "02wm7ivkv1viqn2wflgd10dgpddfqfrwacmrldigb1mwb79n554j";
|
url = "https://github.com/freach/udatetime/compare/75a07891426364f8bf0b44305b00bb1dd90534ae...2cfbc92cb274a80476a45c6c0d387c19e77a9f6e.patch";
|
||||||
|
sha256 = "pPskJnie+9H3qKqf8X37sxB+CH3lpkj7IYl8HfiuV/4=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue