gnu: notmuch: Update to 0.29.1.
* gnu/packages/mail.scm (notmuch): Update to 0.29.1.
This commit is contained in:
		
							parent
							
								
									903bc2672d
								
							
						
					
					
						commit
						76472ed959
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -847,14 +847,14 @@ invoking @command{notifymuch} from the post-new hook.")
 | 
				
			||||||
(define-public notmuch
 | 
					(define-public notmuch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "notmuch")
 | 
					    (name "notmuch")
 | 
				
			||||||
    (version "0.29")
 | 
					    (version "0.29.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://notmuchmail.org/releases/notmuch-"
 | 
					              (uri (string-append "https://notmuchmail.org/releases/notmuch-"
 | 
				
			||||||
                                  version ".tar.xz"))
 | 
					                                  version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0rg4jp0wlsham76rx9fmlpmcbv3n9vsd81vrzqvh6jrwlnmjds88"))))
 | 
					                "0rg3rwghd3wivf3bmqcqpkkd5c779ld5hi363zjcw5fl6a7gqilq"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:modules ((guix build gnu-build-system)
 | 
					     `(#:modules ((guix build gnu-build-system)
 | 
				
			||||||
| 
						 | 
					@ -863,7 +863,7 @@ invoking @command{notifymuch} from the post-new hook.")
 | 
				
			||||||
       #:imported-modules (,@%gnu-build-system-modules
 | 
					       #:imported-modules (,@%gnu-build-system-modules
 | 
				
			||||||
                           (guix build emacs-build-system)
 | 
					                           (guix build emacs-build-system)
 | 
				
			||||||
                           (guix build emacs-utils))
 | 
					                           (guix build emacs-utils))
 | 
				
			||||||
       #:make-flags (list "V=1") ; Verbose test output.
 | 
					       #:make-flags (list "V=1")        ; verbose test output
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
                  (add-after 'unpack 'patch-notmuch-lib.el
 | 
					                  (add-after 'unpack 'patch-notmuch-lib.el
 | 
				
			||||||
                    (lambda _
 | 
					                    (lambda _
 | 
				
			||||||
| 
						 | 
					@ -894,7 +894,7 @@ invoking @command{notifymuch} from the post-new hook.")
 | 
				
			||||||
                    (assoc-ref emacs:%standard-phases 'make-autoloads)))))
 | 
					                    (assoc-ref emacs:%standard-phases 'make-autoloads)))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bash-completion" ,bash-completion)
 | 
					     `(("bash-completion" ,bash-completion)
 | 
				
			||||||
       ("emacs" ,emacs-no-x) ; Minimal lacks libxml, needed for some tests.
 | 
					       ("emacs" ,emacs-no-x)    ; -minimal lacks libxml, needed for some tests
 | 
				
			||||||
       ("pkg-config" ,pkg-config)
 | 
					       ("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("python" ,python)
 | 
					       ("python" ,python)
 | 
				
			||||||
       ("python-docutils" ,python-docutils)
 | 
					       ("python-docutils" ,python-docutils)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue