greaseweazle: 1.22 -> 1.23

This commit is contained in:
R. Ryantm
2025-12-20 04:47:04 +00:00
parent 704c236d0a
commit 030d58e7a9
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "greaseweazle";
version = "1.22";
version = "1.23";
pyproject = true;
src = fetchFromGitHub {
owner = "keirf";
repo = "greaseweazle";
rev = "v${version}";
hash = "sha256-Ki4OvtcFn5DH87OCWY7xN9fRhGxlzS9QIuQCJxPWJco=";
hash = "sha256-ey9srzGnyaZ5TmeSXo7AQwh93Iufim41mgJnJXHSIyc=";
};
build-system = with python3.pkgs; [