python312Packages.apycula: 0.12 -> 0.13

This commit is contained in:
R. Ryantm 2024-08-21 03:20:25 +00:00
parent 625941e1a9
commit 95dc1d6afc

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.12";
version = "0.13";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-aF/JVm4d6c631y+RdsCk3pAVSroRBY+lW2wBRvgcQH8=";
hash = "sha256-MXzF/nqJj+lsNjl3YLFHTqRLBVxBaKOY+GVboT6Pc4g=";
};
build-system = [ setuptools-scm ];