Unverified Commit 6cd8f777 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #213924 from fabaff/sqltrie-bump

python310Packages.sqltrie: 0.0.26 -> 0.0.27
parents de03ad19 491be201
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "sqltrie";
  version = "0.0.26";
  version = "0.0.27";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-QxQyxGOt6K3Q/ShdTMgI72lJML4J1+zZj1OoKyPAYVs=";
    hash = "sha256-8ymTdbJgRUf9BBNMEVF1lm29qA+N1629cekEohaxt0c=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;