python3Packages.repoze.sphinx.autointerface: 0.8 -> 1.0.0
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "repoze.sphinx.autointerface";
|
||||
version = "0.8";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23";
|
||||
sha256 = "sha256-SGvxQjpGlrkVPkiM750ybElv/Bbd6xSwyYh7RsYOKKE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_interface sphinx ];
|
||||
|
||||
Reference in New Issue
Block a user