python311Packages.rich-rst: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-05-06 04:29:47 +00:00
parent 48705e5f4d
commit dc88b85084

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "rich-rst";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "wasi-master";
repo = "rich-rst";
rev = "refs/tags/v${version}";
hash = "sha256-A3SPbu1N5X55c32S8z8UPpmniJT+mdqfb1+zQEJMA5k=";
hash = "sha256-jbzGTEth5Qoc0ORFCS3sZMrGUpoQQOVsd+l3/zMWy20=";
};
build-system = [ setuptools ];