gnu: spoon: Update to 0.6.
* gnu/packages/suckless.scm (spoon): Update to 0.6.
This commit is contained in:
		
							parent
							
								
									a66fb3a14e
								
							
						
					
					
						commit
						504d16dd04
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -171,7 +171,7 @@ numbers of user-defined menu items efficiently.")
 | 
				
			||||||
(define-public spoon
 | 
					(define-public spoon
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "spoon")
 | 
					    (name "spoon")
 | 
				
			||||||
    (version "0.3")
 | 
					    (version "0.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -179,16 +179,16 @@ numbers of user-defined menu items efficiently.")
 | 
				
			||||||
                           name "-" version ".tar.gz"))
 | 
					                           name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "10c5i7ykpy7inzzfiw1dh0srpkljycr3blxhvd8160wsvplbws48"))))
 | 
					         "1jpmg9k9f4f3lpz0k3cphqjswlyf8lz2sm8ccifiip93kd4rrdj0"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ; No tests
 | 
					     `(#:tests? #f                      ; no tests
 | 
				
			||||||
       #:make-flags (list "CC=gcc"
 | 
					       #:make-flags (list "CC=gcc"
 | 
				
			||||||
                          (string-append "PREFIX=" %output))))
 | 
					                          (string-append "PREFIX=" %output))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libx11" ,libx11)
 | 
					     `(("libx11" ,libx11)
 | 
				
			||||||
       ("libxkbfile" ,libxkbfile)
 | 
					       ("libxkbfile" ,libxkbfile)
 | 
				
			||||||
       ("alsa-lib" ,alsa-lib)
 | 
					       ("alsa-lib" ,alsa-lib)           ; tinyalsa (unpackaged) would suffice
 | 
				
			||||||
       ("libmpdclient" ,libmpdclient)))
 | 
					       ("libmpdclient" ,libmpdclient)))
 | 
				
			||||||
    (home-page "https://git.2f30.org/spoon/")
 | 
					    (home-page "https://git.2f30.org/spoon/")
 | 
				
			||||||
    (synopsis "Set dwm status")
 | 
					    (synopsis "Set dwm status")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue