Skip to content

Commit

Permalink
python313Packages.typer: 0.12.5 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds and mweinelt committed Jan 19, 2025
1 parent 09c7af8 commit 3af68ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/development/python-modules/typer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
fetchPypi,
pdm-backend,
procps,
pytest-sugar,
pytest-xdist,
pytestCheckHook,
pythonOlder,
Expand All @@ -18,19 +17,19 @@

buildPythonPackage rec {
pname = "typer";
version = "0.12.5";
format = "pyproject";
version = "0.15.1";
pyproject = true;

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-9ZLwib7cyOwbl0El1khRApw7GvFF8ErKZNaUEPDJtyI=";
hash = "sha256-oFiMCn+mihl4oGmBhld3j4ar5v9epqv0cvlAoIv+Two=";
};

nativeBuildInputs = [ pdm-backend ];
build-system = [ pdm-backend ];

propagatedBuildInputs = [
dependencies = [
click
typing-extensions
# Build includes the standard optional by default
Expand All @@ -47,7 +46,6 @@ buildPythonPackage rec {
nativeCheckInputs =
[
coverage # execs coverage in tests
pytest-sugar
pytest-xdist
pytestCheckHook
]
Expand Down

0 comments on commit 3af68ba

Please sign in to comment.