Skip to content

Commit

Permalink
python312Packages.mizani: 0.13.0 -> 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 10, 2024
1 parent 66676a8 commit 3e3caa5
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 3e3caa5

Please sign in to comment.