gnu: emacs-wttrin: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-wttrin): Update to 0.2.4. [source]<origin>: Switch to an active upstream repository. Change-Id: I8ef5eb8f53f3a546ea489fa0109f2ec4d025062c
This commit is contained in:
		
							parent
							
								
									0f9b31e8f8
								
							
						
					
					
						commit
						08ea18680a
					
				
					 1 changed files with 19 additions and 21 deletions
				
			
		| 
						 | 
					@ -29124,20 +29124,18 @@ type.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-wttrin
 | 
					(define-public emacs-wttrin
 | 
				
			||||||
  (let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")
 | 
					 | 
				
			||||||
        (revision "1"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-wttrin")
 | 
					    (name "emacs-wttrin")
 | 
				
			||||||
      (version (git-version "0.2.0" revision commit))
 | 
					    (version "0.2.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
                      (url "https://github.com/bcbcarl/emacs-wttrin")
 | 
					                    (url "https://github.com/cjennings/emacs-wttrin")
 | 
				
			||||||
                      (commit commit)))
 | 
					                    (commit (string-append "v" version))))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                  "1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
 | 
					                "180amp1n0qdn6m6vlzg0ddfxfqf37fjaswfxdxn03298j0jgzw14"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-xterm-color))
 | 
					     (list emacs-xterm-color))
 | 
				
			||||||
| 
						 | 
					@ -29145,7 +29143,7 @@ type.")
 | 
				
			||||||
    (synopsis "Frontend for weather web service @url{wttr.in}")
 | 
					    (synopsis "Frontend for weather web service @url{wttr.in}")
 | 
				
			||||||
    (description "This package provides local weather information from
 | 
					    (description "This package provides local weather information from
 | 
				
			||||||
@url{wttr.in}.")
 | 
					@url{wttr.in}.")
 | 
				
			||||||
      (license license:expat))))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-browse-kill-ring
 | 
					(define-public emacs-browse-kill-ring
 | 
				
			||||||
  (let ((commit "1ef72cc6accd94cd7032c02b1b2c78ae7f1d1965")
 | 
					  (let ((commit "1ef72cc6accd94cd7032c02b1b2c78ae7f1d1965")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue