Skip to content

Commit

Permalink
python310Packages.hatchling: 0.20.1 -> 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 6, 2022
1 parent d240ca0 commit f7eb323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hatchling/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

let
pname = "hatchling";
version = "0.20.1";
version = "0.22.0";
in
buildPythonPackage {
inherit pname version;
format = "pyproject";

src = fetchPypi {
inherit pname version;
hash = "sha256-l1VRce5H3CSAwZBeuxRyy7bNpOM6zX5s2L1/DXPo/Bg=";
hash = "sha256-BUJ24F4oON/9dWpnnDNM5nIOuh3yuwlvDnLA9uQAIXo=";
};

# listed in backend/src/hatchling/ouroboros.py
Expand Down

0 comments on commit f7eb323

Please sign in to comment.