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

python310Packages.apycula: 0.4 -> 0.5.1
This commit is contained in:
Ryan Mulligan 2022-12-11 20:32:14 -08:00 committed by GitHub
commit 7906f98c6d
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.4";
version = "0.5.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-+GVXmqoF9r/GPv2S7KP+PTS2WTeubhLBNaA9MXw5lRo=";
hash = "sha256-icyIvnvHJSZKI59c3YexHoqDPf8Phhn9+x17Wr17aQ8=";
};
nativeBuildInputs = [