sopel: 6.3.0 -> 6.3.1

This commit is contained in:
Matthew O'Gorman 2016-04-05 23:02:13 -04:00
parent 56d45e9b99
commit b3732a77c6
No known key found for this signature in database
GPG key ID: F71F32386DEAE4B2

View file

@ -19957,11 +19957,11 @@ in modules // {
};
sopel = buildPythonPackage rec {
name = "sopel-6.3.0";
name = "sopel-6.3.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sopel/${name}.tar.gz";
sha256 = "10g3p603qiz4whacknnslmkza5y1f7a8blq1q07dfrny4442c6nb";
sha256 = "1swvw7xw8n5anb8ah8jilk4vk1y30y62fkibfd9vm9fbk45d1q48";
};
buildInputs = with self; [ pytest ];