python3Packages.apycula: 0.25 -> 0.26

This commit is contained in:
R. Ryantm
2025-09-29 10:41:36 +00:00
parent e700fb6386
commit fd231ef68e
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.25";
version = "0.26";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-CLrceuZbmGygZtPM0ETVvsBosjY3FlQDo0sJh2I1uF0=";
hash = "sha256-JgimP4XvcfqMLtI25aELRg04eO2d7Z+0vyvqV0+tFlw=";
};
build-system = [ setuptools-scm ];