python3Packages.apycula: 0.16 -> 0.18

https://github.com/YosysHQ/apicula/releases/tag/0.18

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:02 +02:00
parent ffeca475ee
commit 1f87dee0f9
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.16";
version = "0.18";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-/wKJOmTjMnDL9off5i3o18+2omry0h1Z88p0GV2/FGE=";
hash = "sha256-nUaXnx4xFNH5wKZRaFXt0uLAgLm5/dTSKhiZQoSL8pg=";
};
build-system = [ setuptools-scm ];