Skip to content

Commit b3645c4

Browse files
authored
python313Packages.cyclopts: 3.15.0 -> 3.16.0 (#405831)
2 parents 595abd5 + 1b36d05 commit b3645c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cyclopts/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "cyclopts";
21-
version = "3.15.0";
21+
version = "3.16.0";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "BrianPugh";
2828
repo = "cyclopts";
2929
tag = "v${version}";
30-
hash = "sha256-APg6Z1atVgkWy0/Gf30l7XrLZtxevt6Hj4z4ytKiy/0=";
30+
hash = "sha256-5njodmW28F1l9CO/FymNBh4wEsNNtJl74yBSucAH1EI=";
3131
};
3232

3333
build-system = [

0 commit comments

Comments
 (0)