python3Packages.listparser: grab from nixpkgs patch instead

This commit is contained in:
2024-06-24 15:07:19 +00:00
parent ef0adb5689
commit cbc2ba02a4

View File

@@ -30,6 +30,12 @@ in
# hash = "sha256-fGuS46f9qSMRHvWZvTmcirKufIqlXHwwhckeK1RNejE=";
# })
(fetchpatch' {
title = "python3Packages.listparser: init at 0.20";
prUrl = "https://github.com/NixOS/nixpkgs/pull/322192";
hash = "sha256-p6xsSTLgythzaLVrSU4cQ39we2x2z4o96bqLbDE2r50=";
})
(fetchpatch' {
# xsimd is required by scipy, which is required by ols
title = "xsimd: fix cross compilation";