Unverified Commit e26f7c15 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #312999 from r-ryantm/auto-update/ascii-draw

ascii-draw: 0.3.2 -> 0.3.4
parents d3cda6ae 32c14363
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

python3Packages.buildPythonApplication rec {
  pname = "ascii-draw";
  version = "0.3.2";
  version = "0.3.4";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "Nokse22";
    repo = "ascii-draw";
    rev = "v${version}";
    hash = "sha256-opjYgLfHfKSbipB1HRxfBkgp+9c4yqIL1fiUOcFmCMc=";
    rev = "refs/tags/v${version}";
    hash = "sha256-S5tFK+mJeWtkdS2WjE+lZ2Gfg4N1S0a29AbbcGeKSD0=";
  };

  nativeBuildInputs = [