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

python310Packages.apycula: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang 2023-02-01 09:06:38 +01:00 committed by GitHub
commit a535443870
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.6.1";
version = "0.6.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-/XQ/Q4/LzCBDaTindbBENOh5OSIH2JPLyiYFWT9DcP4=";
hash = "sha256-WnxH/AKi7j2u1SWVtyggUD09OqXfOST1Ayr9DrbYMcQ=";
};
nativeBuildInputs = [