python3Packages.bumps: 1.0.3 -> 1.0.5

https://github.com/bumps/bumps/releases/tag/v1.0.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:12 +02:00
parent 39f5970748
commit 79a5400a42

View File

@@ -20,12 +20,12 @@
buildPythonPackage rec {
pname = "bumps";
version = "1.0.3";
version = "1.0.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-O5GUoyDlB0X2Z/O3JprN3omoOBDIhv0xrKfUSHTgGpM=";
hash = "sha256-mpfKnzG8TV364kE7VmWa2Rzc0/6mZOmMvczPEHEDqjo=";
};
pythonRemoveDeps = [