Merge pull request #330410 from r-ryantm/auto-update/python312Packages.reproject

python312Packages.reproject: 0.13.1 -> 0.14.0
This commit is contained in:
OTABI Tomoya 2024-07-28 12:25:45 +09:00 committed by GitHub
commit 7ba46ec26f
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.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 = ''