Unverified Commit 54b2e2bc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.flow-record: 3.19 -> 3.20 (#409028)

parents ff1b5a87 a3619e8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "flow-record";
  version = "3.19";
  version = "3.20";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "flow.record";
    tag = version;
    hash = "sha256-9slOisPr2pW18zurBoJ8AA55fGuBA4QP1tY7YSLiYEM=";
    hash = "sha256-3jXxKA+MHjKfzKqOuP0EJxVD5QPvwjWE3N4qhIEFNvM=";
  };

  build-system = [