guix hash: 1jpm8m8y2dqsl3sc6flf8da4rpdrqh6zgr2mghzjw0lg34v1r21j
This commit is contained in:
parent
f84e97fc33
commit
cc5627c08d
6
guix.scm
6
guix.scm
|
@ -48,15 +48,15 @@
|
||||||
(define-public mes
|
(define-public mes
|
||||||
(package
|
(package
|
||||||
(name "mes")
|
(name "mes")
|
||||||
(version "0.3.90e5f16e")
|
(version "0.4.f84e97fc")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/janneke/mes")
|
(url "https://gitlab.com/janneke/mes")
|
||||||
(commit "90e5f16ef9ed0e198ff5828676b8a328674823a7")))
|
(commit "f84e97fc33f5e2a2ad7033795967d44c95d34b8f")))
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nbdjvmsyarp4vfg3r9hhhnabv11z1b7isw4g09x3kjd0r1lx0mh"))))
|
(base32 "1jpm8m8y2dqsl3sc6flf8da4rpdrqh6zgr2mghzjw0lg34v1r21j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("git" ,git)
|
`(("git" ,git)
|
||||||
|
|
Loading…
Reference in a new issue