Merge pull request #141435 from newAM/apycula

apycula: 0.0.1a9 -> 0.0.1a11
This commit is contained in:
Zak B. Elep 2021-10-15 17:20:43 +08:00 committed by GitHub
commit 329f38c54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.0.1a9";
version = "0.0.1a11";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;
pname = "Apycula";
sha256 = "01shkaxakisgg253jdwjkd81vnjgfws3gi2wyrdxmkcg95wphk5y";
sha256 = "0fwk1pgphpgj0lazjy40ii08xq2qi6bvrfc30rwfj52yff1s9akn";
};
nativeBuildInputs = [ setuptools-scm ];