Unverified Commit 1356791c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.tyro: 1.0.12 -> 1.0.13 (#510954)

parents 5a06aef0 43324fd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage (finalAttrs: {
  pname = "tyro";
  version = "1.0.12";
  version = "1.0.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "brentyi";
    repo = "tyro";
    tag = "v${finalAttrs.version}";
    hash = "sha256-e4LIJzZ7lIkvhqbOz/EGHgPo9ri1HNiMp0j+I1S0/J4=";
    hash = "sha256-Ux0bAF96KGhsy9b7NvybJpMKQP2G6BsQwnew0c44tXM=";
  };

  build-system = [ hatchling ];