Unverified Commit 935a7004 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #218434 from firefly-cpp/toml-adapt-0211

python310Packages.toml-adapt: 0.2.10 -> 0.2.11
parents a3c9aded 3913bf19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "toml-adapt";
  version = "0.2.10";
  version = "0.2.11";
  format = "pyproject";

  disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "firefly-cpp";
    repo = pname;
    rev = version;
    sha256 = "sha256-eVRiMwdYDS2YdQsINy8lBzV8lhcKgq+Vwlc02C5ar0Q=";
    sha256 = "sha256-7gQZCjsCtzvmV5NPZNAW4d34TkKemH9FgeN0Iwydwgc=";
  };

  nativeBuildInputs = [