Unverified Commit 60eefe0c authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #205512 from fabaff/dissect-bump

python310Packages.dissect: 3.2 -> 3.3
parents 56ab16e2 0c7665d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "dissect-cim";
  version = "3.2";
  version = "3.3";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.cim";
    rev = version;
    hash = "sha256-rWlAYndqqZ6l/iwk1u2gG0mtQHvAMYUUEWo23hLykXI=";
    hash = "sha256-d02P6RXIiriOujGns9mOkyiJLNQFNTTW61kInzS17Y4=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "dissect-clfs";
  version = "1.1";
  version = "1.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.clfs";
    rev = version;
    hash = "sha256-5rG8YiVBU4ETLgQoFnMaeXHttIB26+OhIdYjKDKmPBc=";
    hash = "sha256-1nh81ppJpYre3y7hJ9xS+TNU1NfTH+9NMHdV55kPEXI=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "dissect-cstruct";
  version = "3.2";
  version = "3.3";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.cstruct";
    rev = version;
    hash = "sha256-iP00EcEkUWoYi+SCo/gY9LSVtCSQZ3g2wMs4Z8m+X2M=";
    hash = "sha256-8OxAsrECgsQf8+EaZtJ3XNhwdhBI08o3r+xhD/D1NhQ=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "dissect-esedb";
  version = "3.2";
  version = "3.3";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.esedb";
    rev = version;
    hash = "sha256-DLu6FCWqeESFlsIB21jN/IKCwSKlBoibildv07/hPcw=";
    hash = "sha256-ErPihjAcukMerCAxLdDQVUApeNdFnFn0Zejo3LhgZFc=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "dissect-etl";
  version = "3.1";
  version = "3.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.etl";
    rev = version;
    hash = "sha256-EqEYw2MpNjdw8nXkxe76R5y99Y+rsK42qfTpT/kxtZ0=";
    hash = "sha256-s3Ls8tuqp/COBF+WV9RRyfo7FAqPcXmBZ08gHZMPzOU=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
Loading