python3Packages.rawpy: 0.24.0 -> 0.25.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:03:59 +02:00
parent 77cad37650
commit 8456051f93
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "rawpy";
version = "0.24.0";
version = "0.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "letmaik";
repo = "rawpy";
tag = "v${version}";
hash = "sha256-u/KWbviyhbMts40Gc/9shXSESwihWZQQaf3Z44gMgvs=";
hash = "sha256-d3TxPW3GdCQT8bBbnveSxtWHkf5zinM8nSy4m/P7m7Q=";
};
build-system = [