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

python310Packages.apycula: 0.9.1 -> 0.10.0

authored by OTABI Tomoya and committed by GitHub f6c0129b efb18172

+2 -2
+2 -2
pkgs/development/python-modules/apycula/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "apycula"; 15 - version = "0.9.1"; 15 + version = "0.10.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 20 20 src = fetchPypi { 21 21 inherit version; 22 22 pname = "Apycula"; 23 - hash = "sha256-9THKebhyoUUSnZek1uBIFckFM0Xh1fKRpxEt5Eptugw="; 23 + hash = "sha256-nSj+c6IX57kwcDz/h2Sg4U8JlxZ5fq8k7hDL1zCE08g="; 24 24 }; 25 25 26 26 nativeBuildInputs = [