flye: 2.9.3 -> 2.9.4

This commit is contained in:
R. Ryantm 2024-05-15 04:29:20 +00:00
parent 311cd0a3d8
commit 8c67c695be

View File

@ -10,13 +10,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "flye"; pname = "flye";
version = "2.9.3"; version = "2.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fenderglass"; owner = "fenderglass";
repo = "flye"; repo = "flye";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-IALqtIPmvDYoH4w/tk2WB/P/pAcKXxgnsu9PFp+wIes="; hash = "sha256-lwiY0VTEsLMMXt1VowsS3jj44v30Z766xNRwQtQKr10=";
}; };
nativeCheckInputs = [ python3Packages.pytestCheckHook ]; nativeCheckInputs = [ python3Packages.pytestCheckHook ];