python: python-fedora: 0.10.0 -> 1.0.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:29 +02:00
parent 3dc149db29
commit 370474b4b1

View file

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