Revert "python3Packages.nbformat: 4.4.0 -> 5.0.4"
This reverts commit 7ba0848eec7fc6b0faf16ba981764db9d71ce99d. Mistaken update of the pinned python2 version.
This commit is contained in:
parent
1b8ceee71c
commit
ffa08af5c2
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbformat";
|
pname = "nbformat";
|
||||||
version = "5.0.4";
|
version = "4.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "562de41fc7f4f481b79ab5d683279bf3a168858268d4387b489b7b02be0b324a";
|
sha256 = "f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL="en_US.utf8";
|
LC_ALL="en_US.utf8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user