gnu: bin-graph: Update to 1.0.2.

* gnu/packages/linux.scm (bin-graph): Update to 1.0.2.

Change-Id: I4023abcd346c165e177521040aec6a1e8cf499d4
This commit is contained in:
Artyom V. Poptsov 2025-08-17 18:59:12 +03:00
parent a86d7dc986
commit 2de40d784e
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -2580,21 +2580,18 @@ graphics card on Optimus laptops.")
(license license:gpl2))))
(define-public bin-graph
;; XXX: The upstream does not have tags yet.
(let ((commit "1dd42e3e8e123e993d6c287967502c8d4b36f9ba")
(revision "0"))
(package
(name "bin-graph")
(version (git-version "0.0.0" revision commit))
(version "1.0.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/8dcc/bin-graph")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wjkl789r7iys3nnyk813gsdxwwy2ryxgxirx5xw02lzk790dywl"))))
(base32 "18m71kn7f4mn7k8hxx8mr1zl35a9ri06a3p1y2mncbgr8nn3pgb0"))))
(arguments
(list #:tests? #f ; no tests
#:make-flags
@ -2611,7 +2608,7 @@ graphics card on Optimus laptops.")
(description
"@code{bin-graph} provides a simple way of visualizing the different regions
of a binary file.")
(license license:gpl3))))
(license license:gpl3)))
(define-public ddcci-driver-linux
(let ((revision "0")