packages: shepherd: Add shepherd-next

main
Luis Guilherme Coelho 2024-11-26 14:18:08 -03:00
parent 1be281d875
commit 5ed72fbf35
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 16 additions and 0 deletions

View File

@ -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"))))))