Merge pull request #297754 from Aleksanaa/varia

varia: 2024.2.29-2 -> 2024.3.20
This commit is contained in:
Weijia Wang 2024-03-24 22:40:45 +01:00 committed by GitHub
commit 3be47034ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "varia";
version = "2024.2.29-2";
version = "2024.3.20";
pyproject = false;
src = fetchFromGitHub {
owner = "giantpinkrobots";
repo = "varia";
rev = "v${version}";
hash = "sha256-PDI+URSop95e0bkSkE/9xV5Ezwj3vRmDA4Qyr1n8mCw=";
hash = "sha256-kvpARXunKaybw9mNCvCTjtHTGbnbVmja5npcjFY5cdM=";
};
postPatch = ''