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

ascii-draw: 0.3.2 -> 0.3.4
This commit is contained in:
Aleksana 2024-05-21 10:22:01 +08:00 committed by GitHub
commit e26f7c15cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [