Merge pull request #166743 from r-ryantm/auto-update/python310Packages.apycula

python310Packages.apycula: 0.2 -> 0.3
This commit is contained in:
Ryan Mulligan 2022-03-31 19:33:41 -07:00 committed by GitHub
commit e1398fe7a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.2";
version = "0.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-xvr/NDAjCjhpImzNlCOcI4x5dIAefJ1TnUgoBhgdhPA=";
hash = "sha256-Ncecrn5fQW0iAgrE3P7GZTx8E1TiFqiDMhZQSPrDvdk=";
};
nativeBuildInputs = [