varia: 2024.11.7-1 -> 2025.1.24

This commit is contained in:
R. Ryantm
2025-01-26 02:15:05 +00:00
parent bafca6cbe1
commit ca060466e8
+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 = ''