rassumfrassum: 0.3.3 -> 0.3.4 (#538922)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-06 11:14:46 +00:00 committed by GitHub
commit 3a52b973c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
}:
let
version = "0.3.3";
version = "0.3.4";
in
python3Packages.buildPythonApplication {
pname = "rassumfrassum";
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication {
owner = "joaotavora";
repo = "rassumfrassum";
tag = "v${version}";
hash = "sha256-3Hcews5f7o45GUmFdpLwkAHf0bthC1tUikkxau952Ec=";
hash = "sha256-q8Pv+E+UejK3z5xCw44Gji2xJ01uIo18qS5LHpLc5HE=";
};
postPatch = ''