gnu: diffoscope: Update to 133.
* gnu/packages/diffoscope (diffoscope): Update to 133.
This commit is contained in:
		
							parent
							
								
									514001e9ce
								
							
						
					
					
						commit
						6a65185ee4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -67,7 +67,7 @@
 | 
				
			||||||
  #:use-module (ice-9 match))
 | 
					  #:use-module (ice-9 match))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public diffoscope
 | 
					(define-public diffoscope
 | 
				
			||||||
  (let ((version "131"))
 | 
					  (let ((version "133"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "diffoscope")
 | 
					      (name "diffoscope")
 | 
				
			||||||
      (version version)
 | 
					      (version version)
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@
 | 
				
			||||||
                (file-name (git-file-name name version))
 | 
					                (file-name (git-file-name name version))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "0jai3kycjlrc64f4vg8yklri6ds1451qy6r6sw2646bhjr0gs233"))))
 | 
					                  "0mvg5iyd3zjxsm66vax3qb89214j3wxcklvbhfrr8jlbzaw9pznh"))))
 | 
				
			||||||
      (build-system python-build-system)
 | 
					      (build-system python-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       `(#:phases (modify-phases %standard-phases
 | 
					       `(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue