me
/
guix
Archived
1
0
Fork 0

gnu: toot: Update to 0.36.0.

* gnu/packages/mastodon.scm (toot): Update to 0.36.0.
master
Efraim Flashner 2023-03-22 10:31:15 +02:00
parent 38f58ae0c0
commit 37664e1cec
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@
(define-public toot (define-public toot
(package (package
(name "toot") (name "toot")
(version "0.35.0") (version "0.36.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "toot" version)) (uri (pypi-uri "toot" version))
(sha256 (sha256
(base32 "07vhirr3isi1bisqa5vgj13a4y9cj539c0djkd2dsa80g98g8xmi")))) (base32 "1n79jwr3kpnc2xsr9isbgrj5as5i6zbkhxrdpdjfg87qbbjz7xca"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases