3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #77210 from r-ryantm/auto-update/python3.7-irc

python37Packages.irc: 17.1 -> 18.0.0
This commit is contained in:
Marek Mahut 2020-01-07 17:01:54 +01:00 committed by GitHub
commit 8a708e4506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "irc";
version = "17.1";
version = "18.0.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0c19aeee800dbad792179d70dff1281c06fec220323f8ec34150cd94357f383b";
sha256 = "1qg5996mzvhnkm74ksaa4d47fz5vrpw6hvxyaq9kf6y4cf1l76wq";
};
doCheck = false;