Merge pull request #233973 from r-ryantm/auto-update/python310Packages.mizani

python310Packages.mizani: 0.9.0 -> 0.9.1
This commit is contained in:
Weijia Wang 2023-05-25 18:30:57 +03:00 committed by GitHub
commit 140d4f0b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mizani";
version = "0.9.0";
version = "0.9.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "has2k1";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XV/Lqr/kGx+t26ALLY7wTp2Ez487yvExM1GUD4AH9Bc=";
hash = "sha256-mRJk1eJuP3CnZKKJhOam8llknqIB0H81LyBjyzFwk5I=";
};
nativeBuildInputs = [