forked from mirrors/nixpkgs
python37Packages.nbval: 0.9.2 -> 0.9.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-nbval/versions
This commit is contained in:
parent
551501a410
commit
a1950e948d
|
@ -15,11 +15,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "nbval";
|
||||
version = "0.9.2";
|
||||
version = "0.9.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0g8xl4158ngyhiynrkk72jpawnk4isznbijz0w085g269fps0vp2";
|
||||
sha256 = "0613drjl740ppam3spm4b8mdcwwvl1lfmqy3vkgznbvzfxfpb3zj";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue