varia: 2024.11.7-1 -> 2025.1.24 (#376869)

This commit is contained in:
Wolfgang Walther
2025-02-09 14:46:04 +01:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "varia";
version = "2024.11.7-1";
version = "2025.1.24";
pyproject = false;
src = fetchFromGitHub {
owner = "giantpinkrobots";
repo = "varia";
tag = "v${version}";
hash = "sha256-Xx3rd+FwelE7yjW4dXTAEzCMVa25ojXuhOLjqc6H57c=";
hash = "sha256-bsSAPKs5iD1CMQ+t0i09odglZre137TOSyvJqE5lqN4=";
};
postPatch = ''