guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: sdparm: Update to 1.12.


From: guix-commits
Subject: 03/05: gnu: sdparm: Update to 1.12.
Date: Fri, 23 Apr 2021 12:47:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4dafd974496868e9a052ceff6512962f9cd81eae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 23 18:18:45 2021 +0200

    gnu: sdparm: Update to 1.12.
    
    * gnu/packages/disk.scm (sdparm): Update to 1.12.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index bf0897b..06aefd7 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]