gnu: sdparm: Update to 1.11.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 13 Mar 2020 04:28:39 +0000 (05:28 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 13 Mar 2020 04:36:09 +0000 (05:36 +0100)
* gnu/packages/disk.scm (sdparm): Update to 1.11.
[source]: Hard-code name.

gnu/packages/disk.scm

index f42f290..4373d52 100644 (file)
@@ -293,15 +293,14 @@ and a @command{fsck.vfat} compatibility symlink for use in an initrd.")
 (define-public sdparm
   (package
     (name "sdparm")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://sg.danny.cz/sg/p/"
-                           name "-" version ".tar.xz"))
+                           "sdparm-" version ".tar.xz"))
        (sha256
-        (base32
-         "1jjq3lzgfy4r76rc26q02lv4wm5cb4dx5nh913h489zjrr4f3jbx"))))
+        (base32 "1nqjc4w2w47zavcbf5xmm53x1zbwgljaw1lpajcdi537cgy32fa8"))))
     (build-system gnu-build-system)
     (home-page "http://sg.danny.cz/sg/sdparm.html")
     (synopsis "Provide access to SCSI device parameters")