mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
This commit is contained in:
commit
f034264204
305 changed files with 727921 additions and 145425 deletions
|
@ -10114,6 +10114,24 @@ are doing, you can fiddle with every last bit of your email directly.")
|
|||
(home-page "https://github.com/mikel/mail")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-email-reply-trimmer
|
||||
(package
|
||||
(name "ruby-email-reply-trimmer")
|
||||
(version "0.1.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "email_reply_trimmer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jgcxifm48xq5dz9k47q43pqm5bfnf14l62l3bqhmv8f6z8dw4ki"))))
|
||||
(build-system ruby-build-system)
|
||||
(synopsis "Trim replies from plain text email")
|
||||
(description "EmailReplyTrimmer is a Ruby small library to trim replies
|
||||
from plain text email.")
|
||||
(home-page "https://github.com/discourse/email_reply_trimmer")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-mathn
|
||||
(package
|
||||
(name "ruby-mathn")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue