packages: shepherd: Add shepherd-next
parent
1be281d875
commit
5ed72fbf35
|
@ -0,0 +1,16 @@
|
||||||
|
(define-module (radix packages shepherd)
|
||||||
|
#:use-module (guix download)
|
||||||
|
#:use-module (gnu packages admin))
|
||||||
|
|
||||||
|
(define-public shepherd-next
|
||||||
|
(package
|
||||||
|
(inherit shepherd)
|
||||||
|
(version "0.10.0rc1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://alpha.gnu.org/gnu/shepherd/shepherd-";
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1x3lxsi6xhhds4pq30c3shydmhiidkf1wl2l7mxkpklmlycnbqgg"))))))
|
Loading…
Reference in New Issue