Merge pull request #49971 from r-ryantm/auto-update/python3.6-libversion

python36Packages.libversion: 1.0.0 -> 1.1.2
This commit is contained in:
Ryan Mulligan 2018-11-09 10:59:48 -08:00 committed by GitHub
commit c93d1760a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];