python3Packages.rioxarray: drop patch applied upstream (#380832)

This commit is contained in:
Ivan Mincik
2025-02-10 11:23:29 +00:00
committed by GitHub
@@ -3,7 +3,6 @@
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
fetchpatch,
# build-system
setuptools,
@@ -33,14 +32,6 @@ buildPythonPackage rec {
hash = "sha256-HNtMLY83e6MQakIlmsJohmhjDWiM5/hqq25qSY1dPBw=";
};
patches = [
# https://github.com/corteva/rioxarray/issues/836
(fetchpatch {
url = "https://github.com/corteva/rioxarray/commit/6294b7468587b8c243ee4f561a90ca8de90ea0f1.patch";
hash = "sha256-0IvDAr17ymMN1J2vC1U3z/2N1Np1RaRjCAODZthQz8g=";
})
];
build-system = [ setuptools ];
dependencies = [