gnu: xournalpp: Update to 1.0.20.
* gnu/packages/pdf.scm (xournalpp): Update to 1.0.20.
This commit is contained in:
		
							parent
							
								
									ab40e8614f
								
							
						
					
					
						commit
						78e93c2677
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -889,7 +889,7 @@ using a stylus.")
 | 
				
			||||||
(define-public xournalpp
 | 
					(define-public xournalpp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xournalpp")
 | 
					    (name "xournalpp")
 | 
				
			||||||
    (version "1.0.19")
 | 
					    (version "1.0.20")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -898,7 +898,7 @@ using a stylus.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "05nx4cmrka6hwdn7r91yy4h46qpa9k7iy9dkgaq3hrkh9z3fxlkq"))))
 | 
					        (base32 "1c7n03xm3m4lwcwxgplkn25i8c6s3i7rijbkcx86br1j4jadcs3k"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags (list "-DENABLE_CPPUNIT=ON") ;enable tests
 | 
					     `(#:configure-flags (list "-DENABLE_CPPUNIT=ON") ;enable tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue