summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-30 09:36:46 +0100
committerGitHub <noreply@github.com>2023-01-30 09:36:46 +0100
commit28065fed29d92117b9e2a366412d2fc4aac887b1 (patch)
tree8119066d7f43c0a64799227849c7b380029b990a
parent01f6e17b96aa8e28ebc1645a5d79c05b6472c356 (diff)
parent4f266763f34f30a715c474a3d188f413e5c00ef3 (diff)
Merge pull request #213496 from r-ryantm/auto-update/python310Packages.enlighten
python310Packages.enlighten: 1.11.1 -> 1.11.2
-rw-r--r--pkgs/development/python-modules/enlighten/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/enlighten/default.nix b/pkgs/development/python-modules/enlighten/default.nix
index 2d2e4c7a479a..f6568e691fa1 100644
--- a/pkgs/development/python-modules/enlighten/default.nix
+++ b/pkgs/development/python-modules/enlighten/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "enlighten";
- version = "1.11.1";
+ version = "1.11.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-V6vZij0/g0hO+fkfklX00jyLMJfs22R8e5sASdYAt/g=";
+ hash = "sha256-koSGHe5aJy4OGjdYzT87cYCxvRdUh12naHbyp/Rsy2E=";
};
propagatedBuildInputs = [
@@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Enlighten Progress Bar for Python Console Apps";
homepage = "https://github.com/Rockhopper-Technologies/enlighten";
+ changelog = "https://github.com/Rockhopper-Technologies/enlighten/releases/tag/${version}";
license = with licenses; [ mpl20 ];
maintainers = with maintainers; [ veprbl ];
};