python3Packages.proglog: 0.1.10 -> 0.1.12 (#403833)
This commit is contained in:
@@ -2,20 +2,23 @@
|
||||
lib,
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
tqdm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "proglog";
|
||||
version = "0.1.10";
|
||||
format = "setuptools";
|
||||
version = "0.1.12";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ZYwoycguTK6y8l9Ij/+c6s4i+NabFdDByG1kJ15N2rQ=";
|
||||
hash = "sha256-Nh7gdHIcJ3uJt1wGEzbLjF8ofJKwQ++lYsz3hmzakxw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ tqdm ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ tqdm ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Logs and progress bars manager for Python";
|
||||
|
||||
Reference in New Issue
Block a user