diff options
Diffstat (limited to 'src')
-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" |