Unverified Commit 74d3cdb3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.qh3: 1.7.0 -> 1.7.1 (#505131)

parents 3932cd55 7e066f7a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@

buildPythonPackage rec {
  pname = "qh3";
  version = "1.7.0";
  version = "1.7.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jawah";
    repo = "qh3";
    tag = "v${version}";
    hash = "sha256-ACunwdSVSt7yamaoXaW3wc61PnuptbqI1T+cddwNi/8=";
    hash = "sha256-duZstcheiv3eLPp2IMaZvYo5vq5SMBxcy7HQmBI0SaI=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-uSsNR7+ORAGT72axqkc8NjtDj9Ccg0sKLkwSYeSjwoc=";
    hash = "sha256-BqUofzjfDNUhE27GYcV7CXUK2dT/BQ16Z5aQkHyYUIE=";
  };

  nativeBuildInputs = [