1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python38Packages.sopel: 7.1.6 -> 7.1.7

This commit is contained in:
R. Ryantm 2021-12-13 03:51:34 +00:00 committed by Frederik Rietdijk
parent 7c1d6cfb95
commit 8c946f4baa

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "sopel";
version = "7.1.6";
version = "7.1.7";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "ebd3b2aa9230835f8a68ea7f5a10324ddf35d70d89a9c92c8cba81c558565efb";
sha256 = "4eb12e9753162e4c19a1bfdd42aea9eb7f5f15e316a6609b925350792fb454fd";
};
propagatedBuildInputs = [