File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8315,6 +8315,9 @@ provided for those who need a drop-in replacement for Markdown.pl.")
8315
8315
(name "pandoc")
8316
8316
(arguments
8317
8317
(list
8318
+ ;; Create entirely self-contained binary by embedding the data files
8319
+ ;; in the binary itself. Required for python-pypandoc.
8320
+ #:configure-flags #~(list "-fembed_data_files")
8318
8321
#:phases
8319
8322
#~(modify-phases %standard-phases
8320
8323
(add-after 'register 'remove-libraries
Original file line number Diff line number Diff line change @@ -27787,17 +27787,17 @@ By default it uses the open Python vulnerability database Safety DB.")
27787
27787
(define-public python-pypandoc
27788
27788
(package
27789
27789
(name "python-pypandoc")
27790
- (version "1.6.4 ")
27790
+ (version "1.7.5 ")
27791
27791
(source
27792
27792
(origin
27793
27793
(method url-fetch)
27794
27794
(uri (pypi-uri "pypandoc" version))
27795
27795
(sha256
27796
27796
(base32
27797
- "149basv4pvzg9zm74cjz68x8s2n5fykyj7prgysb0qfmja73r83f "))))
27797
+ "0l6a8ngzpx363q2jskxxkx6psfhqrvc4js80dmn16r3vw6m2cb40 "))))
27798
27798
(build-system python-build-system)
27799
27799
(inputs
27800
- (list pandoc))
27800
+ (list pandoc python-pandocfilters ))
27801
27801
(propagated-inputs
27802
27802
`(("wheel" ,python-wheel)))
27803
27803
(native-inputs
You can’t perform that action at this time.
0 commit comments