Commit 194b6ea5 authored by Uzlkav's avatar Uzlkav
Browse files

pywal16: 3.8.14 -> 3.8.15

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

python3.pkgs.buildPythonApplication rec {
  pname = "pywal16";
  version = "3.8.14";
  version = "3.8.15";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "eylles";
    repo = "pywal16";
    tag = version;
    hash = "sha256-68HbYH4wydaM1yY8kGHNIHTOZuUQRl+9o5ZPaemTlUE=";
    hash = "sha256-2KlVeOrF/nfRZk12gthDJ08xNvVbP5em3eXPMudo1Vs=";
  };

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