gnu: emacs-bongo: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-bongo): Update to 1.1.
This commit is contained in:
		
							parent
							
								
									776ecaaa0f
								
							
						
					
					
						commit
						19a651cbff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12224,7 +12224,7 @@ features and provides Vim-like key bindings.")
 | 
				
			||||||
(define-public emacs-bongo
 | 
					(define-public emacs-bongo
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-bongo")
 | 
					    (name "emacs-bongo")
 | 
				
			||||||
    (version "1.0")
 | 
					    (version "1.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -12233,7 +12233,7 @@ features and provides Vim-like key bindings.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
 | 
					        (base32 "1nszph9mn98flyhn1jq3y6mdh6jymjkvj5ng36ql016dj92apvhv"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/dbrock/bongo")
 | 
					    (home-page "https://github.com/dbrock/bongo")
 | 
				
			||||||
    (synopsis "Media player for Emacs")
 | 
					    (synopsis "Media player for Emacs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue