Commit a1cad870 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python3Packages.selectolax: 0.4.6 -> 0.4.7

parent 3c10e04a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "selectolax";
  version = "0.4.6";
  version = "0.4.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rushter";
    repo = "selectolax";
    tag = "v${version}";
    hash = "sha256-gOuuDzbVP5B72e4YHVGw942k2aqrNb/l4eB8DhsnHi8=";
    hash = "sha256-W2Icz600qu7XWLQuaevWFOji270wAmG3VmCxaAODLGw=";
  };

  patches = [