Commit d309ecab authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.rarfile: 4.1 -> 4.2

parent 200850af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];