python3Packages.apycula: 0.31 -> 0.32

This commit is contained in:
R. Ryantm
2026-04-11 04:10:38 +00:00
parent 05e9da8fdb
commit 9624ef5a2e
@@ -14,13 +14,13 @@
buildPythonPackage (finalAttrs: {
pname = "apycula";
version = "0.31";
version = "0.32";
pyproject = true;
# The Pypi archive contains necessary files generated with proprietary tools.
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-77pr4HbS2adFeEI3Q3KzcCfJMi4UomOtKnuGAxobxF0=";
hash = "sha256-DWSVcIXkv6g6Zf+8SrZKQUrtOD5RKu01Xl/lo8Ov5n8=";
};
build-system = [ setuptools-scm ];