gnu: emacs-memoize: Update to 1.1.
* gnu/packages/emacs.scm (emacs-memoize): Update to 1.1. Re-indent. [source]: Switch to release tarball. [arguments]: Remove "-l" "memoize.el" from #:test-command.
This commit is contained in:
		
							parent
							
								
									bf5c74e713
								
							
						
					
					
						commit
						1848cdfb7d
					
				
					 1 changed files with 22 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -5171,22 +5171,21 @@ Yasnippet.")
 | 
			
		|||
(define-public emacs-memoize
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-memoize")
 | 
			
		||||
   (version "20130421.b55eab0")
 | 
			
		||||
    (version "1.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
     (method git-fetch)
 | 
			
		||||
     (uri (git-reference
 | 
			
		||||
           (url "https://github.com/skeeto/emacs-memoize")
 | 
			
		||||
           (commit "b55eab0cb6ab05d941e07b8c01f1655c0cf1dd75")))
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append
 | 
			
		||||
             "https://github.com/skeeto/emacs-memoize/archive/"
 | 
			
		||||
             version ".tar.gz"))
 | 
			
		||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
       "0fjwlrdm270qcrqffvarw5yhijk656q4lam79ybhaznzj0dq3xpw"))))
 | 
			
		||||
         "05ijgwi4ymxx31vpjm2pn356j85cykknajn14lrzz8pn5sh0vrg4"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #t
 | 
			
		||||
      #:test-command '("emacs" "-batch"
 | 
			
		||||
                       "-l" "memoize.el"
 | 
			
		||||
       #:test-command '("emacs" "--batch"
 | 
			
		||||
                        "-l" "memoize-test.el"
 | 
			
		||||
                        "-f" "ert-run-tests-batch-and-exit")))
 | 
			
		||||
    (home-page "https://github.com/skeeto/emacs-memoize")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue