gnu: diffoscope: Update to 120.
* gnu/packages/package-management (diffoscope): Update to 120.
This commit is contained in:
		
							parent
							
								
									dbc3f1f8b2
								
							
						
					
					
						commit
						c91364d36c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -563,16 +563,16 @@ transactions from C or Python.")
 | 
			
		|||
(define-public diffoscope
 | 
			
		||||
  (package
 | 
			
		||||
    (name "diffoscope")
 | 
			
		||||
    (version "116")
 | 
			
		||||
    (version "120")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://salsa.debian.org/reproducible-builds/diffoscope.git")
 | 
			
		||||
                    (commit "116")))
 | 
			
		||||
                    (commit "120")))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1anz2c112y0w21mh7xp6bs6z7v10dcy1i25nypkvqy3j929m0g28"))))
 | 
			
		||||
                "07z9yclvfkw4326739l2ywzzihax5vdijiaqqpfix9rz1rb923aa"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases (modify-phases %standard-phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue