gay: 1.2.9 -> 1.3.4

This commit is contained in:
isabel
2025-03-24 12:08:09 +00:00
committed by Masum Reza
parent 0bf998f25b
commit 570b40278b

View File

@@ -1,18 +1,20 @@
{
lib,
python3,
python3Packages,
fetchPypi,
}:
python3.pkgs.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "gay";
version = "1.2.9";
version = "1.3.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-x+RVVgQvJwV5j7DLYS7AnXb4OMJ4v+l0awUuonQIgzY=";
hash = "sha256-pSxRrXnv4tfu7awVnOsQwC2ZOS4qsfCphFR/fpTNdPc=";
};
build-system = [ python3Packages.setuptools ];
meta = with lib; {
homepage = "https://github.com/ms-jpq/gay";
description = "Colour your text / terminal to be more gay";