Merge pull request #100728 from r-ryantm/auto-update/python3.7-nbsmoke

python37Packages.nbsmoke: 0.4.1 -> 0.5.0
This commit is contained in:
Mario Rodas 2020-11-07 15:23:57 -05:00 committed by GitHub
commit e8e4271079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "nbsmoke";
version = "0.4.1";
version = "0.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "06as8vh17m0nkp3fpkp42m990a5zjfl2iaa17da99ksh7886mjpc";
sha256 = "2400d7878e97714e822ab200a71fc71ede487e671f42b4b411745dba95f9cb32";
};
propagatedBuildInputs = [