Skip to content

Commit

Permalink
python37Packages.nbsphinx: 0.7.1 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Oct 28, 2020
1 parent 31d68e0 commit 9eddacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nbsphinx/default.nix
Expand Up @@ -13,11 +13,11 @@

buildPythonPackage rec {
pname = "nbsphinx";
version = "0.7.1";
version = "0.8.0";

src = fetchPypi {
inherit pname version;
sha256 = "0j56bxdj08vn3q1804qwb1ywhga1mdg1awgm7i64wfpfwi8df2zm";
sha256 = "369c16fe93af14c878d61fb3e81d838196fb35b27deade2cd7b95efe1fe56ea0";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 9eddacc

Please sign in to comment.