python312Packages.reproject: 0.14.0 -> 0.14.1 (#361873)

This commit is contained in:
Nick Cao 2024-12-04 19:47:31 -05:00 committed by GitHub
commit 3efe7fea4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "reproject";
version = "0.14.0";
version = "0.14.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-3TxPd2CEmKWDlE1nC2GnXBUASe/DNgZnS1GJoRo5u8A=";
hash = "sha256-U8jqJ5uLVX8zoeQwr14FPNdHACRA4HK65q2TAtRr5Xk=";
};
postPatch = ''