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

python310Packages.dissect-squashfs: 1.0 -> 1.1

parent 13283c1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "dissect-squashfs";
  version = "1.0";
  version = "1.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.squashfs";
    rev = "refs/tags/${version}";
    hash = "sha256-bDR6GAgl1dOhZ3fWA7E27KS6pj9AXInNxwmwNXXV3lc=";
    hash = "sha256-fcL0kPuJaole9EkrqU8Gouh3yquT2QaO8//R0ixMuP8=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;