python3Packages.backports-entry-points-selectable: 1.1.0 -> 1.1.1

This commit is contained in:
Jonathan Ringer 2021-12-07 00:55:59 -08:00
parent 9b69d3788d
commit 5c0580bc32
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "backports-entry-points-selectable";
version = "1.1.0";
version = "1.1.1";
src = fetchPypi {
pname = "backports.entry_points_selectable";
inherit version;
sha256 = "988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a";
sha256 = "914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386";
};
nativeBuildInputs = [ setuptools-scm ];