python36Packages.libversion: 1.0.0 -> 1.1.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.6-libversion/versions
This commit is contained in:
R. RyanTM 2018-11-08 18:38:41 -08:00
parent a054d74507
commit 3fc6daa6df

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "libversion";
version = "1.0.0";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "18hhn7b7458lybs8z8ckh0idm7a2g4c4b5v2p9rr0lb618rchvds";
sha256 = "040adjp5xjr4vwz3x2mspkymlcmljvqvacr88aw0jijq1h6fm59c";
};
nativeBuildInputs = [ pkgconfig ];