Unverified Commit 7adec725 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.manifestoo-core: 1.12 -> 1.13 (#448084)

parents 382b0618 0f42527d
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.12";
  version = "1.13";
  format = "pyproject";

  src = fetchPypi {
    inherit version;
    pname = "manifestoo_core";
    hash = "sha256-cBWTXCIWBu9+mVnyj4jvGZuX8Hh6dePBRqB7BDf0gRQ=";
    hash = "sha256-mJDs0k1Ea9E616/V/M5bikyKYVg+BvdwsdVf6VmqSQU=";
  };

  nativeBuildInputs = [ hatch-vcs ];