Merge pull request #201050 from r-ryantm/auto-update/python310Packages.nbclassic

python310Packages.nbclassic: 0.4.7 -> 0.4.8
This commit is contained in:
Mario Rodas 2022-11-13 17:13:03 -05:00 committed by GitHub
commit 55c3c549cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "nbclassic";
version = "0.4.7";
version = "0.4.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HgRwWDtVCJxCeUDtMbioZv/vfMqxAUlOQJ7+Wse6mJc=";
hash = "sha256-x02KUA+OBY1GtXakHlvGQHEeEDLPdUHd5fc+pJSX4oM=";
};
propagatedBuildInputs = [