python312Packages.reproject: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm
2024-07-27 12:47:03 +00:00
parent 1f12de7a33
commit 095e5545df
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "reproject";
version = "0.13.1";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-Y+Ne7ZUgCieWcC4zqfrqPzmr/kGUdFroGfIPKWACaPY=";
hash = "sha256-3TxPd2CEmKWDlE1nC2GnXBUASe/DNgZnS1GJoRo5u8A=";
};
postPatch = ''