gnu: font-juliamono: Update to 0.031.
* gnu/packages/fonts.scm (font-juliamono): Update to 0.031. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									d65a25c9a2
								
							
						
					
					
						commit
						1b3dcb3dd2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1881,7 +1881,7 @@ in small sizes, the text looks crisper.")
 | 
				
			||||||
(define-public font-juliamono
 | 
					(define-public font-juliamono
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "font-juliamono")
 | 
					    (name "font-juliamono")
 | 
				
			||||||
    (version "0.025")
 | 
					    (version "0.031")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1890,7 +1890,7 @@ in small sizes, the text looks crisper.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1w8mpl9zc1y4j1f26ikbz5g9dqsszhikp4r9p1d3ch3b5ayb5c3m"))))
 | 
					        (base32 "0pcz2qaw0g0gak4plvhgg3m76h4gamffa373r52dzx0qwn1i1cf1"))))
 | 
				
			||||||
    (build-system font-build-system)
 | 
					    (build-system font-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue