python3Packages.alabaster: 0.7.13 -> 0.7.16

This commit is contained in:
Martin Weinelt
2024-03-12 17:41:38 +01:00
parent 6d53720f6d
commit 7af74ed41e
@@ -1,16 +1,22 @@
{ lib, buildPythonPackage, fetchPypi
, pygments }:
{ lib
, buildPythonPackage
, fetchPypi
, flit-core
, pygments
}:
buildPythonPackage rec {
pname = "alabaster";
version = "0.7.13";
format = "setuptools";
version = "0.7.16";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-onpKCE1eaQ4W4B4DrSsuVSxhplRpQZuQckMZPeGoSuI=";
hash = "sha256-dai5nCil2tUN1/jM3UR6Eh3bOJLanlPRylzKMQbVjWU=";
};
nativeBuildInputs = [ flit-core ];
propagatedBuildInputs = [ pygments ];
# No tests included