diff options
author | EuAndreh <eu@euandre.org> | 2021-07-08 08:07:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-08 08:07:27 -0300 |
commit | 2d19b8110d6499fd35baca7d5c04821930465e51 (patch) | |
tree | e074a5ab5f9478e90ea6e0fa34c24d0c6f694a44 /src/xyz/euandreh/queue.scm | |
parent | src/xyz/euandreh/queue.scm: Remove tabs (diff) | |
download | package-repository-2d19b8110d6499fd35baca7d5c04821930465e51.tar.gz package-repository-2d19b8110d6499fd35baca7d5c04821930465e51.tar.xz |
src/xyz/euandreh/queue.scm(mdpo-patched): Update to version 0.3.53
Diffstat (limited to 'src/xyz/euandreh/queue.scm')
-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" |