diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-23 18:18:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-23 18:20:25 +0200 |
commit | 4dafd974496868e9a052ceff6512962f9cd81eae (patch) | |
tree | 56b03b0298b31b71ca1e45c58efa2738d25f23ff | |
parent | 0270446dd699d0675d88ece2a26c6f50dca708df (diff) | |
download | guix-4dafd974496868e9a052ceff6512962f9cd81eae.tar.gz |
gnu: sdparm: Update to 1.12.
* gnu/packages/disk.scm (sdparm): Update to 1.12.
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index bf0897b083..06aefd731b 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -494,14 +494,14 @@ and a @command{fsck.vfat} compatibility symlink for use in an initrd.") (define-public sdparm (package (name "sdparm") - (version "1.11") + (version "1.12") (source (origin (method url-fetch) (uri (string-append "http://sg.danny.cz/sg/p/" "sdparm-" version ".tar.xz")) (sha256 - (base32 "1nqjc4w2w47zavcbf5xmm53x1zbwgljaw1lpajcdi537cgy32fa8")))) + (base32 "1gmdxr36allrgap2j4dv238d8awkj327ww0jjwpjwrpbvfpyzjf4")))) (build-system gnu-build-system) (home-page "http://sg.danny.cz/sg/sdparm.html") (synopsis "Provide access to SCSI device parameters") |