gnu: umockdev: Update to 0.14.4.
* gnu/packages/check.scm (umockdev): Update to 0.14.4.
This commit is contained in:
		
							parent
							
								
									f81e95a39b
								
							
						
					
					
						commit
						e4d364b79b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2681,7 +2681,7 @@ provides a simple way to achieve this.")
 | 
				
			||||||
(define-public umockdev
 | 
					(define-public umockdev
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "umockdev")
 | 
					    (name "umockdev")
 | 
				
			||||||
    (version "0.14.3")
 | 
					    (version "0.14.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/martinpitt/umockdev/"
 | 
					              (uri (string-append "https://github.com/martinpitt/umockdev/"
 | 
				
			||||||
| 
						 | 
					@ -2689,7 +2689,7 @@ provides a simple way to achieve this.")
 | 
				
			||||||
                                  "umockdev-" version ".tar.xz"))
 | 
					                                  "umockdev-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "15smnxwplk48nas2c8ji6a5fqcsh770f1yl5nc2j5iprjspbm4mg"))))
 | 
					                "0xmi24ckpps32k7hc139psgbsnsf4g106sv4l9m445m46amkxggd"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue