gnu: slop: Update to 7.4.
* gnu/packages/xdisorg.scm (slop): Update to 7.4.
This commit is contained in:
		
							parent
							
								
									14534d7fcd
								
							
						
					
					
						commit
						89f9ffffe5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -499,7 +499,7 @@ of the screen selected by mouse.")
 | 
				
			||||||
(define-public slop
 | 
					(define-public slop
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "slop")
 | 
					    (name "slop")
 | 
				
			||||||
    (version "7.3.49")
 | 
					    (version "7.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -508,7 +508,7 @@ of the screen selected by mouse.")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0gxi174vi13ldjaf776s2jcdyy379lnwwml29nk1bkzj5d5gpghm"))))
 | 
					                "1kpdrikgpjb4fpxalb6pjcih5njv1w9cnrjj5612ywdv1q5mjs48"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f)) ; no "check" target
 | 
					     '(#:tests? #f)) ; no "check" target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue