python37Packages.bidict: 0.18.0 -> 0.18.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-bidict/versions
This commit is contained in:
R. RyanTM 2019-09-27 22:44:28 -07:00 committed by Frederik Rietdijk
parent 6a7bd00e77
commit 7f470e14d4

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "bidict";
version = "0.18.0";
version = "0.18.2";
src = fetchPypi {
inherit pname version;
sha256 = "4d10630fd5d86b7c165387473c5180e7fca7635f12e24b1f426aac259c72c81a";
sha256 = "0br3ljvd56nqifr1mbwksvl5jjk40pihrrjlyn7hmc40yq6m5bvh";
};
nativeBuildInputs = [ setuptools_scm ];