python312Packages.apycula: 0.14 -> 0.15 (#360691)

This commit is contained in:
Nick Cao 2024-12-01 09:15:52 -05:00 committed by GitHub
commit 75af4073fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.14";
version = "0.15";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-sunqCWfXz91nqbJXGeivo3DoQOVgcA8grO5j3atrLbo=";
hash = "sha256-Bg5nHvUaW+cHZEzmZ08YuXwecVx6R8tys8ZBuqUEhTg=";
};
build-system = [ setuptools-scm ];