Merge pull request #294306 from GaetanLepage/fiona

python311Packages.fiona: 1.9.5 -> 1.9.6
This commit is contained in:
Ivan Mincik 2024-03-09 09:27:32 +00:00 committed by GitHub
commit f469191e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "fiona";
version = "1.9.5";
version = "1.9.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Toblerity";
repo = "Fiona";
rev = "refs/tags/${version}";
hash = "sha256-fq/BuyzuK4iOxdpE4h+KRH0CxOEk/wdmbb9KgCfJ1cw=";
hash = "sha256-MboM3IwGF8cuz+jMQ3QVZFAHjpspQ6kVJincq7OEkCM=";
};
nativeBuildInputs = [