Unverified Commit 446ec26b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.manifestoo-core: 1.11 -> 1.12 (#445047)

parents b6d44bae c31f901f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "manifestoo-core";
  version = "1.11";
  version = "1.12";
  format = "pyproject";

  src = fetchPypi {
    inherit version;
    pname = "manifestoo_core";
    hash = "sha256-f242Zf6L/vvAAOHpqcJVBVKFD17ATpDU3Er/eoNqIfg=";
    hash = "sha256-cBWTXCIWBu9+mVnyj4jvGZuX8Hh6dePBRqB7BDf0gRQ=";
  };

  nativeBuildInputs = [ hatch-vcs ];