diff options
-rw-r--r-- | src/xyz/euandreh/queue.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 621c7cc..736b1aa 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -502,6 +502,13 @@ Template::Mustache conforms to v1.1.3 of the Mustache specs.") (package (inherit mdpo) (name "mdpo-patched") + (version "0.3.53") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mdpo" version)) + (sha256 + (base32 "1x5ppv0wlfvmxf10m18fyvcs9q7f5wg78jr2x5ld63cmgvp6xh0m")))) (native-inputs `(("python-flake8-implicit-str-concat" ,python-flake8-implicit-str-concat-patched) ,@(alist-delete "python-flake8-implicit-str-concat" |