Compare commits

..

No commits in common. "4f8429d8ea077d2f027f82fe86c09869627b1df9" and "1be281d87573fb4d640f6bf43ad74cbaf7fb4b14" have entirely different histories.

1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
(define-module (radix packages shepherd)
#:use-module (guix packages)
#: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"))))))