gnu: font-arabic-misc: Update to 1.0.4.
* gnu/packages/xorg.scm (font-arabic-misc): Update to 1.0.4. [source]: Drop upstreamed snippet. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									5ce6f722c8
								
							
						
					
					
						commit
						95aee6ae4a
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
					@ -577,10 +577,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
 | 
				
			||||||
(define-public font-arabic-misc
 | 
					(define-public font-arabic-misc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "font-arabic-misc")
 | 
					    (name "font-arabic-misc")
 | 
				
			||||||
    (version "1.0.3")
 | 
					    (version "1.0.4")
 | 
				
			||||||
    (source (xorg-font-origin
 | 
					    (source (origin
 | 
				
			||||||
             name version
 | 
					              (method url-fetch)
 | 
				
			||||||
             "1x246dfnxnmflzf0qzy62k8jdpkb6jkgspcjgbk8jcq9lw99npah"))
 | 
					              (uri (string-append "mirror://xorg/individual/font/"
 | 
				
			||||||
 | 
					                                  "font-arabic-misc-" version ".tar.xz"))
 | 
				
			||||||
 | 
					              (sha256 "0rrlcqbyx9y7hnhbkjir8rs6jkfqyalj1zvhr8niv2n7a8dydzs6")))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      (list mkfontdir bdftopcf))
 | 
					      (list mkfontdir bdftopcf))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue