Skip to content

Commit

Permalink
python312Packages.mizani: 0.13.0 -> 0.13.1 (#363988)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 11, 2024
2 parents ca5381c + 3e3caa5 commit b343873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mizani/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

buildPythonPackage rec {
pname = "mizani";
version = "0.13.0";
version = "0.13.1";
pyproject = true;

src = fetchFromGitHub {
owner = "has2k1";
repo = "mizani";
rev = "refs/tags/v${version}";
hash = "sha256-UzedAhYGgGLOMUyZe3ew4a2gh1UgYHaLsIe9k85rOkg=";
tag = "v${version}";
hash = "sha256-3eEOkrF3Sn5ZETnxgc5spwHlbJAiDhkJkd5LwMl0QEY=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit b343873

Please sign in to comment.