gnu: font-overpass: Update to 3.0.5.
* gnu/packages/fonts.scm (font-overpass): Update to 3.0.5.
This commit is contained in:
		
							parent
							
								
									c0a338b07b
								
							
						
					
					
						commit
						39c1660cef
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -2242,16 +2242,16 @@ half of the twentieth century.")
 | 
				
			||||||
(define-public font-overpass
 | 
					(define-public font-overpass
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "font-overpass")
 | 
					    (name "font-overpass")
 | 
				
			||||||
    (version "3.0.4")
 | 
					    (version "3.0.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/RedHatOfficial/Overpass")
 | 
					             (url "https://github.com/RedHatOfficial/Overpass")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1pl7zpwlx0j2xv23ahnpmbb4a5d6ib2cjck5mxqzi3jjk25rk9kb"))))
 | 
					        (base32 "1vsp94h7v5sn29hajv2ng94gyx4pqb0xgvn3gf7jp2q80gdv8pkm"))))
 | 
				
			||||||
    (build-system font-build-system)
 | 
					    (build-system font-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue