3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.nbclassic: 0.4.7 -> 0.4.8

This commit is contained in:
R. Ryantm 2022-11-13 16:59:19 +00:00
parent 48471731ef
commit 1381c2a7a9

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 = [