diff options
author | EuAndreh <eu@euandre.org> | 2021-07-16 10:48:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-16 10:48:49 -0300 |
commit | 64618c9cc903b8932eae56d8447bc59951a0532b (patch) | |
tree | a5a034a55e953f0faf1ed534d9ab74451574d337 /src/xyz/euandreh | |
parent | src/xyz/euandreh/queue.scm: Update mdpo to 0.3.54 (diff) | |
download | package-repository-64618c9cc903b8932eae56d8447bc59951a0532b.tar.gz package-repository-64618c9cc903b8932eae56d8447bc59951a0532b.tar.xz |
src/xyz/euandreh/queue.scm: Update mdpo to 0.3.63
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 389c526..504efad 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -520,13 +520,13 @@ Template::Mustache conforms to v1.1.3 of the Mustache specs.") (package (inherit mdpo) (name "mdpo-patched") - (version "0.3.54") + (version "0.3.63") (source (origin (method url-fetch) (uri (pypi-uri "mdpo" version)) (sha256 - (base32 "1gzs48yv296h8dhbd2dr8ck7chd95kz4rqyc7mdjnhg1dlhmmqhb")))) + (base32 "0p8nbyqlljqfm38yj2nl2am5bkd1pf37ybwymrhs7dlk04zm9a6b")))) (native-inputs `(("python-flake8-implicit-str-concat" ,python-flake8-implicit-str-concat-patched) ,@(alist-delete "python-flake8-implicit-str-concat" |