python3Packages.extractcode-libarchive: 21.4.4 -> 21.5.31

This commit is contained in:
Fabian Affolter 2021-06-30 20:24:50 +02:00 committed by Jonathan Ringer
parent 0107218ee6
commit 855ea042c3

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "extractcode-libarchive";
version = "21.4.4";
version = "21.5.31";
src = fetchFromGitHub {
owner = "nexB";
repo = "scancode-plugins";
rev = "v${version}";
sha256 = "xnUGDMS34iMVMGo/nZwRarGzzbj3X4Rt+YHvvKpmy6A=";
sha256 = "02qinla281fc6pmg5xzsrmqnf9js76f2qcbf98zq7m2dkn70as4w";
};
sourceRoot = "source/builtins/extractcode_libarchive-linux";