Merge pull request #301420 from r-ryantm/auto-update/python312Packages.rarfile

python312Packages.rarfile: 4.1 -> 4.2
This commit is contained in:
Weijia Wang 2024-04-08 01:10:33 +02:00 committed by GitHub
commit 04209b18b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,15 +8,15 @@ assert !useUnrar -> libarchive != null;
buildPythonPackage rec {
pname = "rarfile";
version = "4.1";
version = "4.2";
format = "setuptools";
disabled = isPy27;
src = fetchFromGitHub {
owner = "markokr";
repo = "rarfile";
rev = "v${version}";
sha256 = "sha256-9PT4/KgkdFhTjZIia2xiSM5VnaZ4040Ww7bG9Nr3XDU=";
rev = "refs/tags/v${version}";
sha256 = "sha256-ZiwD2LG25fMd4Z+QWsh/x3ceG5QRBH4s/TZDwMnfpNI=";
};
nativeCheckInputs = [ pytestCheckHook nose glibcLocales ];