python310Packages.shlib: 1.5 -> 1.6

This commit is contained in:
R. Ryantm 2023-05-29 04:44:32 +00:00
parent 5996187504
commit c81f3c71e8

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "shlib";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "KenKundert";
repo = "shlib";
rev = "v${version}";
hash = "sha256-2fwRxa64QXKJuhYwt9Z4BxhTeq1iwbd/IznfxPUjeSM=";
rev = "refs/tags/v${version}";
hash = "sha256-f2jJgpjybutCpYnIT+RihtoA1YlXdhTs+MvV8bViSMQ=";
};
pythonImportsCheck = [ "shlib" ];