me
/
guix
Archived
1
0
Fork 0

gnu: shepherd: Update to 0.10.1.

Fixes <https://issues.guix.gnu.org/63717>.

* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
master
Ludovic Courtès 2023-05-29 22:55:29 +02:00
parent 8af9a2aa5f
commit b8f89ab2c9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -371,14 +371,14 @@ interface and is based on GNU Guile.")
(define-public shepherd-0.10
(package
(inherit shepherd-0.9)
(version "0.10.0")
(version "0.10.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
"0dpbcq4jhqfv39jzc675ccidiyv8ziw5x9qv9kwxv132a5qf8phf"))))))
"1720czfchg4pzw44v0zj3rc3k6jhl3ixwnpw4v4v9bqx98ad49yw"))))))
(define-public shepherd shepherd-0.9)