me
/
guix
Archived
1
0
Fork 0

gnu: mumi: Update to 0.0.6.

* gnu/packages/mail.scm (mumi): Update to 0.0.6.

Change-Id: Ie98c2f72d916318aa1f43384a3286ae80ae3655a
master
Maxim Cournoyer 2024-01-26 23:04:17 -05:00
parent 2823253484
commit 3821ee62cc
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 71 additions and 73 deletions

View File

@ -32,7 +32,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
;;; 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, 2021 Alexey Abramov <levenson@mmer.org>
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
@ -4102,20 +4102,18 @@ It is a replacement for the @command{urlview} program.")
(license license:gpl2+)))
(define-public mumi
(let ((commit "2453a5a6686c035854e4d523b8faa8c47405bd76")
(revision "3"))
(package
(name "mumi")
(version (git-version "0.0.5" revision commit))
(version "0.0.6")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.savannah.gnu.org/git/guix/mumi.git/")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0dq87qn77c6qganhck048qxq5ghj3fh2v604f87hwv530lxifabr"))))
"0zhiwl37ybw3pn1j1mz6cnwbznfmhqzc87kq8lvzbk642nx43sn4"))))
(build-system gnu-build-system)
(arguments
(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/")
(synopsis "Debbugs web interface")
(description "Mumi is a Debbugs web interface.")
(license license:agpl3+))))
(license license:agpl3+)))
(define-public ytnef
(package