trueseeing: 2.1.9 -> 2.1.10

This commit is contained in:
R. Ryantm 2024-01-25 02:42:38 +00:00
parent 7b1be1e6d4
commit 644ee68b96

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "trueseeing"; pname = "trueseeing";
version = "2.1.9"; version = "2.1.10";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alterakey"; owner = "alterakey";
repo = "trueseeing"; repo = "trueseeing";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-g5OqdnPtGGV4wBwPRAjH3lweguwlfVcgpNLlq54OHKA="; hash = "sha256-q7hUsBmTRPizmNWueFtFDc5t7rd1evMrBj3oX1Q2VfM=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [