diff --git a/sci-visualization/plots/Manifest b/sci-visualization/plots/Manifest index 7239f09..742adfe 100644 --- a/sci-visualization/plots/Manifest +++ b/sci-visualization/plots/Manifest @@ -1 +1 @@ -DIST plots-0.8.3.gh.tar.gz 1403647 BLAKE2B 22964fe28e51c4f0edb982fd14fa6247054b1640b2e2f08c4e2fe7e75294168f464c269020ceafb52c2c8501eb2f19de4fb336bb5d1a3c3a61f1d7560b8a701d SHA512 4649a1d968bc8b8f409136e58919161d7cff8f40c6de8b7b70ba560c5246f7d78694513cc250d2490e13b81c8a84550e308cb5ffe4e47509657f5c97ebf7d9e2 +DIST plots-0.8.4.gh.tar.gz 1407427 BLAKE2B fd4fc4f65febd40b77b850ed25af07bdf1ec49f9f65bad7a548562b603e55980d5cad982ec7b3943e2ab8abbef056da90bebdcc309511ecf74f6e164d0e34782 SHA512 99da39333c472112cd47c61acd3e420ab18c2796fc5df1d3844bb6b42c2fd8de9d531ecd729b1e259698180376e449214c2d17acfcd0e7b79bc5aad99f29b4a0 diff --git a/sci-visualization/plots/plots-0.8.3.ebuild b/sci-visualization/plots/plots-0.8.4.ebuild similarity index 92% rename from sci-visualization/plots/plots-0.8.3.ebuild rename to sci-visualization/plots/plots-0.8.4.ebuild index 32e18bd..00c89a5 100644 --- a/sci-visualization/plots/plots-0.8.3.ebuild +++ b/sci-visualization/plots/plots-0.8.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1