summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 878b04b7801..23b495cec7f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10180,15 +10180,15 @@ the non-map-specific features. It can be used to generate HTML + JS.")
10180 (origin 10180 (origin
10181 (method git-fetch) 10181 (method git-fetch)
10182 (uri (git-reference 10182 (uri (git-reference
10183 (url "https://github.com/Kozea/tinycss2") 10183 (url "https://github.com/Kozea/tinycss2")
10184 (commit (string-append "v" version)) 10184 (commit (string-append "v" version))
10185 (recursive? #true))) 10185 (recursive? #true)))
10186 (file-name (git-file-name name version)) 10186 (file-name (git-file-name name version))
10187 (sha256 10187 (sha256
10188 (base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5")))) 10188 (base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5"))))
10189 (build-system pyproject-build-system) 10189 (build-system pyproject-build-system)
10190 (native-inputs 10190 (native-inputs
10191 (list python-flit 10191 (list python-flit-core
10192 python-pytest)) 10192 python-pytest))
10193 (propagated-inputs 10193 (propagated-inputs
10194 (list python-webencodings)) 10194 (list python-webencodings))