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

python312Packages.mizani: 0.13.3 -> 0.13.4 (#403773)

parents 4e135944 7c4e6bcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "mizani";
  version = "0.13.3";
  version = "0.13.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "has2k1";
    repo = "mizani";
    tag = "v${version}";
    hash = "sha256-nnkGZwvSEGXyqF6hQHtfXFCQYX8IEl3YTIABxtNAl40=";
    hash = "sha256-gZ4rJw+m0XgpfV6nylTqR6Taer6bok5E93WxOyAhXCk=";
  };

  build-system = [ setuptools-scm ];