Skip to content

Commit

Permalink
python311Packages.rich-rst: 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
(cherry picked from commit dc88b85)
  • Loading branch information
r-ryantm authored and nixpkgs-channel-update-tracker[bot] committed Dec 10, 2024
1 parent 7109b68 commit 598787a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rich-rst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 598787a

Please sign in to comment.