mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
python3Packages.cyclopts: 4.23.1 -> 4.23.2 (#556092)
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "cyclopts";
|
||||
version = "4.23.1";
|
||||
version = "4.23.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BrianPugh";
|
||||
repo = "cyclopts";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-5MJWwtQr63cTJ9Pkp369W2jnFsydarvz8T7A+eGtGwc=";
|
||||
hash = "sha256-nVENzGYvOqLDW9qMGpMIlmj5AAkTnchgN2A5vHLhb2g=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "rich-rst" ];
|
||||
|
||||
Reference in New Issue
Block a user