lol

python3Packages.ircrobots: 0.4.6 -> 0.6.6

Change-Id: I601e71c15e80a1cc8aa86cfa56b1ed5b1ea7ec52

V 7ebafb89 c7ca9e5f

+2 -4
+2 -4
pkgs/development/python-modules/ircrobots/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "ircrobots"; 16 - version = "0.4.6"; 16 + version = "0.6.6"; 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "jesopo"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-+BrS1+ZkgwT/qvqD0PwRZi2LF+31biS738SzKH1dy7w="; 23 + hash = "sha256-mIh3tERwHtGH9eA0AT8Lcnwp1Wn9lQhKkUjuZcOXO/c="; 24 24 }; 25 25 26 26 postPatch = '' 27 27 # too specific pins https://github.com/jesopo/ircrobots/issues/3 28 28 sed -iE 's/anyio.*/anyio/' requirements.txt 29 - sed -iE 's/ircstates.*/ircstates/' requirements.txt 30 - sed -iE 's/async_timeout.*/async_timeout/' requirements.txt 31 29 ''; 32 30 33 31 propagatedBuildInputs = [