Unverified Commit 13c4462a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #236346 from fabaff/sqltrie-bump

python311Packages.sqltrie: 0.3.1 -> 0.4.0
parents af16ec72 cb4163d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "sqltrie";
  version = "0.3.1";
  version = "0.4.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-e/3Tq2H9I0zvqq0+q1c3nbz2UiMNX7JpVpVC9suvYRM=";
    hash = "sha256-GNTp7ryll3V0nmaLIfr3E8krRLcLwFviZfLI0LK1Na0=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;