Skip to content

Commit

Permalink
tuir: use the maintained fork and update 1.29.0 -> 1.31.0 (NixOS#338353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Sep 8, 2024
2 parents 92fab67 + c98ab14 commit 9654ce3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/misc/tuir/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
with python3Packages;
buildPythonApplication rec {
pname = "tuir";
version = "1.29.0";
version = "1.31.0";

src = fetchFromGitLab {
owner = "ajak";
owner = "Chocimier";
repo = pname;
rev = "v${version}";
sha256 = "1fqp6bvq8kzdsf3nna4mn1phdcixpx76bya43xrivxjbzsfl59ib";
hash = "sha256-VYBtD3Ex6+iIRNvX6jF0b0iPvno41/58xCRydiyssvk=";
};

# Tests try to access network
Expand All @@ -21,13 +21,13 @@ buildPythonApplication rec {

nativeCheckInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ];

propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests six ];
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen mailcap-fix requests six ];

meta = with lib; {
description = "Browse Reddit from your Terminal (fork of rtv)";
mainProgram = "tuir";
homepage = "https://gitlab.com/ajak/tuir/";
homepage = "https://gitlab.com/Chocimier/tuir";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne matthiasbeyer ];
maintainers = with maintainers; [ Br1ght0ne matthiasbeyer brokenpip3 ];
};
}

0 comments on commit 9654ce3

Please sign in to comment.