python3Packages.alive-progress: 3.1.5 -> 3.3.0
Diff: https://github.com/rsalmei/alive-progress/compare/v3.1.5...v3.3.0 Changelog: https://github.com/rsalmei/alive-progress/blob/v3.3.0/CHANGELOG.md
This commit is contained in:
@@ -12,14 +12,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "alive-progress";
|
||||
version = "3.1.5";
|
||||
version = "3.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rsalmei";
|
||||
repo = "alive-progress";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yJhl0QrMHET9ISDc/D5AEQ7dTJkmcV2SWqy/xmG18uY=";
|
||||
hash = "sha256-2ymLdmaV7mO6tp5bjmbL/67xLP7Srfpt5m8YhOHGmWQ=";
|
||||
# Avoid downloading heavy images in img directory
|
||||
sparseCheckout = [
|
||||
"alive_progress"
|
||||
"tests"
|
||||
];
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
@@ -34,7 +39,10 @@ buildPythonPackage rec {
|
||||
graphemeu
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "about_time" ];
|
||||
pythonRelaxDeps = [
|
||||
"about_time"
|
||||
"graphemeu"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
click
|
||||
|
||||
Reference in New Issue
Block a user