gnu: ell: Update to 0.54.
* gnu/packages/linux.scm (ell): Update to 0.54. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									8db67a3854
								
							
						
					
					
						commit
						904decf7c0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8866,7 +8866,7 @@ tools for managing PipeWire.")
 | 
				
			||||||
(define-public ell
 | 
					(define-public ell
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ell")
 | 
					    (name "ell")
 | 
				
			||||||
    (version "0.48")
 | 
					    (version "0.54")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -8875,7 +8875,7 @@ tools for managing PipeWire.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
 | 
					                "1vsv5ibiyli1cvk32l5avms6ngv6i0jxxqd5vw5kbfcp6ph94brs"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; Tests launch dbus-daemon instances that all try to bind to
 | 
					     ;; Tests launch dbus-daemon instances that all try to bind to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue