gnu: mumi: Update to 0.0.6.
* gnu/packages/mail.scm (mumi): Update to 0.0.6. Change-Id: Ie98c2f72d916318aa1f43384a3286ae80ae3655a
This commit is contained in:
parent
2823253484
commit
3821ee62cc
1 changed files with 71 additions and 73 deletions
|
@ -32,7 +32,7 @@
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
|
;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
|
||||||
;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
|
;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
|
||||||
;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2020, 2021, 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2020, 2021 Alexey Abramov <levenson@mmer.org>
|
;;; Copyright © 2020, 2021 Alexey Abramov <levenson@mmer.org>
|
||||||
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||||
|
@ -4102,20 +4102,18 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public mumi
|
(define-public mumi
|
||||||
(let ((commit "2453a5a6686c035854e4d523b8faa8c47405bd76")
|
|
||||||
(revision "3"))
|
|
||||||
(package
|
(package
|
||||||
(name "mumi")
|
(name "mumi")
|
||||||
(version (git-version "0.0.5" revision commit))
|
(version "0.0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/git/guix/mumi.git/")
|
(url "https://git.savannah.gnu.org/git/guix/mumi.git/")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dq87qn77c6qganhck048qxq5ghj3fh2v604f87hwv530lxifabr"))))
|
"0zhiwl37ybw3pn1j1mz6cnwbznfmhqzc87kq8lvzbk642nx43sn4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -4175,7 +4173,7 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(home-page "https://git.savannah.gnu.org/cgit/guix/mumi.git/")
|
(home-page "https://git.savannah.gnu.org/cgit/guix/mumi.git/")
|
||||||
(synopsis "Debbugs web interface")
|
(synopsis "Debbugs web interface")
|
||||||
(description "Mumi is a Debbugs web interface.")
|
(description "Mumi is a Debbugs web interface.")
|
||||||
(license license:agpl3+))))
|
(license license:agpl3+)))
|
||||||
|
|
||||||
(define-public ytnef
|
(define-public ytnef
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue