gnu: musescore: Update to 4.0.1.
* gnu/packages/music.scm (musescore): Update to 4.0.1.
This commit is contained in:
		
							parent
							
								
									957d104a53
								
							
						
					
					
						commit
						2f87c51ca5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4874,7 +4874,7 @@ includes LV2 plugins and a JACK standalone client.")
 | 
				
			||||||
(define-public musescore
 | 
					(define-public musescore
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "musescore")
 | 
					    (name "musescore")
 | 
				
			||||||
    (version "4.0")
 | 
					    (version "4.0.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4883,7 +4883,7 @@ includes LV2 plugins and a JACK standalone client.")
 | 
				
			||||||
             (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 "16rcwr6fzghv8100syzicabqg8jqvng3zzsi6h3ja4zkp9hcbkcr"))
 | 
					        (base32 "0x1aahpbvss3sjydcq6xdh198fmslgypixmd2gckfwjqzady662y"))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					       (modules '((guix build utils)))
 | 
				
			||||||
       (snippet
 | 
					       (snippet
 | 
				
			||||||
        '(begin
 | 
					        '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue