summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/extractcode
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/extractcode')
-rw-r--r--pkgs/development/python-modules/extractcode/7z.nix5
-rw-r--r--pkgs/development/python-modules/extractcode/libarchive.nix4
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/extractcode/7z.nix b/pkgs/development/python-modules/extractcode/7z.nix
index e3318b426ecc..be6fcde55c29 100644
--- a/pkgs/development/python-modules/extractcode/7z.nix
+++ b/pkgs/development/python-modules/extractcode/7z.nix
@@ -4,15 +4,16 @@
, plugincode
, p7zip
}:
+
buildPythonPackage rec {
pname = "extractcode-7z";
- 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_7z-linux";
diff --git a/pkgs/development/python-modules/extractcode/libarchive.nix b/pkgs/development/python-modules/extractcode/libarchive.nix
index 8e89c3d6a8e3..2cff60f3d811 100644
--- a/pkgs/development/python-modules/extractcode/libarchive.nix
+++ b/pkgs/development/python-modules/extractcode/libarchive.nix
@@ -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";