Merge branch 'devel' into 'main'

wrong checksum

See merge request glicid-public/guix-glicid!17
This commit is contained in:
Yann Dupont 2022-05-11 15:24:55 +00:00
commit cdfbb8b281

View file

@ -143,7 +143,7 @@
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2")) (uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
(sha256 (base32 "01lynxvfzjswq5zxfxzjqjalj1s596lh58f5g8xqb6as9gdcyzgg1")) (sha256 (base32 "01lynxvfzjswq5zxfxzjqjalj1s596lh58f5g8xqb6as9gdcyzgg"))
) )
) )
) )