python37Packages.pymetar: 1.0 -> 1.1 (#53208)

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-pymetar/versions
This commit is contained in:
R. RyanTM 2019-01-02 13:41:22 -08:00 committed by xeji
parent 4fba00b70a
commit 366bdd0a2c

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pymetar";
version = "1.0";
version = "1.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1n4k5aic4sgp43ki6j3zdw9b21r3biqqws8ah57b77n44b8wzrap";
sha256 = "0y42l7mmp7jn4pzg66x3k57c6hqpxc22mgzgaqqpblkx2kzh42n9";
};
checkPhase = ''