python3Packages.yabadaba: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2025-08-29 05:04:35 +00:00
parent 72469b3966
commit a08bd26c71
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "yabadaba";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "usnistgov";
repo = "yabadaba";
tag = "v${version}";
hash = "sha256-DpkJvi4w0aoD7RC2IFORy8uZ12TuLdcJxfLaSGyATac=";
hash = "sha256-ZVV/2/RyDj707OEWcwFgQjJImgoiv91ZEutT3RBuWus=";
};
build-system = [ setuptools ];