diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-09-09 21:46:39 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-09-09 21:46:39 +0300 |
| commit | 292c502e1becfc1703bf770c9d074e77b7685e85 (patch) | |
| tree | 7192173c67822b12eafc0118ff708819f8476163 /gnu/packages/linux.scm | |
| parent | cdf180003298ecac8d4969b5ddb2aad2fdc5be0c (diff) | |
gnu: bin-graph: Update to 1.2.0.
* gnu/packages/linux.scm (bin-graph): Update to 1.2.0.
Change-Id: Id3578af01f63b6d452fb1c31210d025598d3bdde
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fbefaa33ef9..f371474138e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2904,7 +2904,7 @@ graphics card on Optimus laptops.") (define-public bin-graph (package (name "bin-graph") - (version "1.0.2") + (version "1.2.0") (source (origin (method git-fetch) @@ -2913,7 +2913,7 @@ graphics card on Optimus laptops.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "18m71kn7f4mn7k8hxx8mr1zl35a9ri06a3p1y2mncbgr8nn3pgb0")))) + (base32 "1msr4fj1nh6hf5h6j5pimfrgd37xy4xbik3iml9gd3b1fdkxsdv7")))) (arguments (list #:tests? #f ; no tests #:make-flags |
