python3Packages.sphinx-basic-ng: 1.0.0.beta1 -> 1.0.0.beta2

https://github.com/pradyunsg/sphinx-basic-ng/releases/tag/1.0.0.beta2
This commit is contained in:
Luflosi 2023-07-28 18:50:15 +02:00
parent 3ac8c61e9d
commit a6cbb530e1
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "sphinx-basic-ng";
version = "1.0.0.beta1";
version = "1.0.0.beta2";
disable = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "pradyunsg";
repo = "sphinx-basic-ng";
rev = version;
hash = "sha256-Zh9KvKs4js+AVSfIk0pAj6Kzq/O2m/MGTF+HCwYJTXk=";
hash = "sha256-MHBGIKOKhGklrx3O075LRud8NhY2hzlTWh+jalrFpko=";
};
propagatedBuildInputs = [