packages: shepherd: Update shepherd-next to 1.0.0rc1

main
Luis Guilherme Coelho 2024-11-26 14:37:46 -03:00
parent 4f8429d8ea
commit a006fcf9dd
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
(define-public shepherd-next (define-public shepherd-next
(package (package
(inherit shepherd) (inherit shepherd)
(version "0.10.0rc1") (version "1.0.0rc1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -14,4 +14,6 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1x3lxsi6xhhds4pq30c3shydmhiidkf1wl2l7mxkpklmlycnbqgg")))))) "015hhzv4anfga9hbwhbfy4l5nfan29h1l9qz5clgnk4da87ddr9w"))))))
shepherd-next