python37Packages.sphinx-testing: 0.7.2 -> 0.8.1 (#52061)
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-sphinx-testing/versions
This commit is contained in:
parent
b5a69a2557
commit
f58d21ac87
|
@ -9,11 +9,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx-testing";
|
||||
version = "0.7.2";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9d30f93007620e137b33edf19f52a7225eab853546b7e588ef09d1342e821e94";
|
||||
sha256 = "1cbgkp770d7k85nmqkz50wk09xjwcmqw7sb2z17086n7vc1hy2rf";
|
||||
};
|
||||
|
||||
checkInputs = [ mock ];
|
||||
|
|
Loading…
Reference in New Issue