gnu: srain: Update to 1.5.0.
* gnu/packages/irc.scm (srain): Update to 1.5.0.
This commit is contained in:
		
							parent
							
								
									be25e992f4
								
							
						
					
					
						commit
						0b38a34c57
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -261,7 +261,7 @@ using a mouse.  It is customizable and extensible with plugins and scripts.")
 | 
			
		|||
(define-public srain
 | 
			
		||||
  (package
 | 
			
		||||
    (name "srain")
 | 
			
		||||
    (version "1.4.1")
 | 
			
		||||
    (version "1.5.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -270,7 +270,7 @@ using a mouse.  It is customizable and extensible with plugins and scripts.")
 | 
			
		|||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "05n8j36yrmk353nkapc1vywf25wklwbzwkl2a4kz92wv74zrwi6f"))))
 | 
			
		||||
        (base32 "1qswvhx1s90jbsdx5znbc478v2ix3g0p6qm97cj7zzl0kx5kd780"))))
 | 
			
		||||
    (build-system meson-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f ;there are no tests
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue