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

python3Packages.dissect-thumbcache: 1.10 -> 1.11

parent fb451ae6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "dissect-thumbcache";
  version = "1.10";
  version = "1.11";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.thumbcache";
    tag = version;
    hash = "sha256-seUhGD0stutZ6jfXDs86V6aiZ5ilUNS6ymBR5E3H9Ug=";
    hash = "sha256-yZAowAPQGfYl8RcCcnR5yPiiaY2s7LykRqgVeKThkpk=";
  };

  build-system = [