Skip to content

Commit f0eaea5

Browse files
committed
python312Packages.rst2pdf: 0.102 -> 0.103.1
1 parent 9ceb117 commit f0eaea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/rst2pdf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
buildPythonPackage rec {
2424
pname = "rst2pdf";
25-
version = "0.102";
25+
version = "0.103.1";
2626
format = "pyproject";
2727

2828
src = fetchPypi {
2929
inherit pname version;
30-
hash = "sha256-NzAGJOlTpz7d3cuubyRjDvVGfCC+61jfZIrcUwhE9CU=";
30+
hash = "sha256-P/6BbUsyda7iG4/90Isua+TXWQzYixifczy8aZbWN4Y=";
3131
};
3232

3333
outputs = [

0 commit comments

Comments
 (0)