python3Packages.owslib: 0.34.0 -> 0.34.1

This commit is contained in:
R. Ryantm
2025-06-21 13:02:16 +00:00
parent 4206c4cb56
commit 98aa6ce99a
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "owslib";
version = "0.34.0";
version = "0.34.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "geopython";
repo = "OWSLib";
tag = version;
hash = "sha256-6jY5QvNObAV7+eJP0cB5PSmVQ3Z+Bs4OoCJIlggcFW0=";
hash = "sha256-eLSODYal9rcualQrM03/hwLBngty+9fIlPIJh1EZduA=";
};
postPatch = ''