Merge pull request #114547 from r-ryantm/auto-update/python3.7-libversion

python37Packages.libversion: 1.2.1 -> 1.2.2
This commit is contained in:
Fabian Affolter 2021-02-27 12:09:02 +01:00 committed by GitHub
commit fb4a196f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "libversion"; pname = "libversion";
version = "1.2.1"; version = "1.2.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1h8x9hglrqi03f461lhw3wwz23zs84dgw7hx4laxcmyrgvyzvcq1"; sha256 = "cf9ef702d0bc750f0ad44a2cffe8ebd83cd356b92cc25f767846509f84ea7e73";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];