python37Packages.pysmi: 0.3.2 -> 0.3.3

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-pysmi/versions
This commit is contained in:
R. RyanTM 2019-01-06 21:01:34 -08:00 committed by Frederik Rietdijk
parent 041ff813f4
commit 303490dec5

View File

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "0.3.2";
version = "0.3.3";
pname = "pysmi";
src = fetchPypi {
inherit pname version;
sha256 = "309039ab9bd458cc721692ffff10b4ad2c4a8e731e6507c34866ca2727323353";
sha256 = "0bzhmi4691rf306n4y82js52532h3fp1sy6phvh6hnms6nww4daf";
};
propagatedBuildInputs = [ ply ];