0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.enlighten: 1.12.4 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-12-02 14:30:31 +00:00 committed by Dmitry Kalinkin
parent ab143f4a0a
commit f7727d1133

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "enlighten";
version = "1.12.4";
version = "1.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dfPZK0ng715FT8Gg853Aq49tmUbL5TTbPe0wECF9W18=";
hash = "sha256-7nGNqsaHPIP9Nwa8532kcsd2pR4Nb1+G9+YeJ/mtFmo=";
};
propagatedBuildInputs = [