3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.libversion: 1.1.2 -> 1.1.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-libversion/versions
This commit is contained in:
R. RyanTM 2019-03-11 10:24:21 -07:00 committed by worldofpeace
parent 8513b5146e
commit 1923f36042

View file

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