gnu: rust-xdg-2: Update to 2.4.1.
* gnu/packages/crates-io.scm (rust-xdg-2): Update to 2.4.1. [cargo-inputs]: Replace rust-dirs-3 with 4.
This commit is contained in:
		
							parent
							
								
									a9ac10ba2c
								
							
						
					
					
						commit
						f9b8b5ac0e
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -73951,16 +73951,16 @@ extended attributes.")
 | 
				
			||||||
(define-public rust-xdg-2
 | 
					(define-public rust-xdg-2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-xdg")
 | 
					    (name "rust-xdg")
 | 
				
			||||||
    (version "2.4.0")
 | 
					    (version "2.4.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "xdg" version))
 | 
					       (uri (crate-uri "xdg" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "00sqvl6v0sjdrrmyk2671sshnjlbjdwgb1lw0f3jchbhijazw8rs"))))
 | 
					        (base32 "1xl81zfx5fsc5n06h77s0fvrslzhh2piabfz0c1lqk5xbkdq6i8c"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments `(#:cargo-inputs (("rust-dirs" ,rust-dirs-3))))
 | 
					    (arguments `(#:cargo-inputs (("rust-dirs" ,rust-dirs-4))))
 | 
				
			||||||
    (home-page "https://github.com/whitequark/rust-xdg")
 | 
					    (home-page "https://github.com/whitequark/rust-xdg")
 | 
				
			||||||
    (synopsis "Store and retrieve files according to XDG specification")
 | 
					    (synopsis "Store and retrieve files according to XDG specification")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue