Commit 38485675 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dissect-thumbcache: 1.2 -> 1.3

parent aa690dad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "dissect-thumbcache";
  version = "1.2";
  version = "1.3";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.thumbcache";
    rev = "refs/tags/${version}";
    hash = "sha256-lTtTZQgEvgaVoNPnVeRGO/BQU/8RfQ2ktljSBflhlOw=";
    hash = "sha256-HO2s9AxDRmL4TNRYCdkYpWry3i4GNR0K9i5D2Pz3mVQ=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;