summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorIan Eure <ian@retrospec.tv>2025-04-06 11:27:36 -0700
committerAndreas Enge <andreas@enge.fr>2025-04-14 10:19:52 +0200
commit6b9a7f5118845c5c67c17c4d7c96784153780d5d (patch)
tree23a22441020516b44fd8cc4276d496cbf54da87e /gnu/packages/disk.scm
parent1c6aa45d9a21b68863fb004b00aadfcb3bafdfcf (diff)
gnu: greaseweazle-host-tools: Update to 1.22.
* gnu/packages/disk.scm (greaseweazle-host-tools): Update to 1.22. [native-inputs]: Add python-setuptools and python-wheel. [native-inputs]: Reformat. Change-Id: Ib9fbfe0c130a1caf71a857ab8ee4e34f89f54697
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm11
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 3a1b0c0118a..8363b21d180 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -56,6 +56,7 @@
56 #:use-module (gnu packages bash) 56 #:use-module (gnu packages bash)
57 #:use-module (gnu packages build-tools) 57 #:use-module (gnu packages build-tools)
58 #:use-module (gnu packages c) 58 #:use-module (gnu packages c)
59 #:use-module (gnu packages certs)
59 #:use-module (gnu packages check) 60 #:use-module (gnu packages check)
60 #:use-module (gnu packages compression) 61 #:use-module (gnu packages compression)
61 #:use-module (gnu packages crypto) 62 #:use-module (gnu packages crypto)
@@ -718,7 +719,7 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
718(define-public greaseweazle-host-tools 719(define-public greaseweazle-host-tools
719 (package 720 (package
720 (name "greaseweazle-host-tools") 721 (name "greaseweazle-host-tools")
721 (version "1.12") 722 (version "1.22")
722 (source (origin 723 (source (origin
723 (method git-fetch) 724 (method git-fetch)
724 (uri (git-reference 725 (uri (git-reference
@@ -727,7 +728,7 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
727 (file-name (git-file-name name version)) 728 (file-name (git-file-name name version))
728 (sha256 729 (sha256
729 (base32 730 (base32
730 "1lpvjlf2xg4ccwik8npiihi0lgw9dx5h12pp4ry343gkz4pwgk9x")))) 731 "1ji5sq9jf0p44982zkb5dj2d3mrpy675k0mkyg3r17q5syz0wbia"))))
731 (build-system python-build-system) 732 (build-system python-build-system)
732 (arguments 733 (arguments
733 (list 734 (list
@@ -740,7 +741,11 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
740 (lambda _ 741 (lambda _
741 (install-file "scripts/49-greaseweazle.rules" 742 (install-file "scripts/49-greaseweazle.rules"
742 (string-append #$output "/lib/udev/rules.d/"))))))) 743 (string-append #$output "/lib/udev/rules.d/")))))))
743 (native-inputs (list python-setuptools-scm)) 744 (native-inputs
745 (list
746 python-setuptools
747 python-setuptools-scm
748 python-wheel))
744 (propagated-inputs 749 (propagated-inputs
745 (list python-bitarray python-crcmod python-pyserial python-requests)) 750 (list python-bitarray python-crcmod python-pyserial python-requests))
746 (synopsis "Tools for accessing a floppy drive at the raw flux level") 751 (synopsis "Tools for accessing a floppy drive at the raw flux level")