Unverified Commit 0e1df730 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #327536 from r-ryantm/auto-update/python312Packages.manifestoo-core

python312Packages.manifestoo-core: 1.6 -> 1.7
parents 7a0d1c51 d92dd651
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.6";
  version = "1.7";
  format = "pyproject";

  src = fetchPypi {
    inherit version;
    pname = "manifestoo_core";
    hash = "sha256-gOWu01Z1lxhMJELyxvU5A5AskVEqCoLV/auydM5/QCE=";
    hash = "sha256-CLYySNkMysd81ZBA2yfHGSvBuuf8vEvVXkzVsTeEoNM=";
  };

  nativeBuildInputs = [ hatch-vcs ];