python3Packages.python-fedora: 1.0.0 -> 1.1.1

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:40 +01:00
parent 74bfe260c8
commit 228aa78ac2

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "python-fedora";
version = "1.0.0";
version = "1.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "efb675929ebf588c2deffa2058ff407e65d1889bca1b545a58f525135367c9e4";
sha256 = "56b9d841a39b4030e388e90c7b77dacd479f1ce5e2ff9b18c3954d97d5709a19";
};
propagatedBuildInputs = [ kitchen requests bunch paver lockfile
six munch urllib3 beautifulsoup4 openidc-client ];