python312Packages.reproject: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2024-12-04 20:28:39 +00:00
parent bc56516e88
commit 20d4eb3bc6

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 = ''