python312Packages.manuel: 1.12.4 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-12-04 11:11:26 +00:00
parent 1e536d5ebe
commit bedca36b94

View File

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "manuel"; pname = "manuel";
version = "1.12.4"; version = "1.13.0";
format = "setuptools"; format = "setuptools";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-A5Wq32mR+SSseVz61Z2l3AYYcyqMxYrQ9HSWWrco9/Q="; hash = "sha256-XWMSDej6bZJ3gLaa4oqj6dFmmxCvPTJ4Xz+6EaW+iFo=";
}; };
patches = lib.optionals (lib.versionAtLeast python.version "3.11") [ patches = lib.optionals (lib.versionAtLeast python.version "3.11") [