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

python310Packages.apycula: 0.8.3 -> 0.9.0
This commit is contained in:
Fabian Affolter 2023-09-17 09:19:56 +02:00 committed by GitHub
commit 38f47285ae
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.8.3";
version = "0.9.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-QGBWNWAEe6KbfYIoW3FScEL7b4TTcK1YZQoNkfxDNMo=";
hash = "sha256-M62RgNUxn14o8w+vIJjDrMpYnfvwcU4jw05PPvPvR8A=";
};
nativeBuildInputs = [