Unverified Commit 31895336 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

python3Packages.h3: 4.3.0 -> 4.3.1 (#446545)

parents 4267421a 4bd95867
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "h3";
  version = "4.3.0";
  version = "4.3.1";
  pyproject = true;

  # pypi version does not include tests
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "uber";
    repo = "h3-py";
    tag = "v${version}";
    hash = "sha256-D2imgxGzJpOEQ3xddM42SKWPZEIwuXQ31mm8ZIQhqkE=";
    hash = "sha256-zt7zbBgSp2P9q7mObZeQZpW9Szip62dAYdPZ2cGTmi4=";
  };

  dontConfigure = true;