Commit ee6ac023 authored by R. RyanTM's avatar R. RyanTM
Browse files

pywal16: 3.8.10 -> 3.8.11

parent 2e8ab34d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "pywal16";
  version = "3.8.10";
  version = "3.8.11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "eylles";
    repo = "pywal16";
    tag = version;
    hash = "sha256-OSWv6Pxmd5U1xydL45dVT6m7gu4Rx6Yln3R4dTFZoVE=";
    hash = "sha256-BZd8ditvcLLJDCWaWtSEUkOBgLM2LvtX5UbKOMz7eno=";
  };

  build-system = [ python3.pkgs.setuptools ];