GNU bug report logs -
#67887
[PATCH] gnu: hwdata: Update to 0.377.
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Mon, 18 Dec 2023 22:33:01 UTC
Severity: normal
Tags: patch
Done: Daniel Ziltener <dziltener <at> lyrion.ch>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67887 in the body.
You can then email your comments to 67887 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67887
; Package
guix-patches
.
(Mon, 18 Dec 2023 22:33:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Ziltener <dziltener <at> lyrion.ch>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 18 Dec 2023 22:33:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/pciutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 140bbd0e90..0338eeaba4 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -39,7 +39,7 @@ (define-module (gnu packages pciutils)
(define-public hwdata
(package
(name "hwdata")
- (version "0.365") ;updated monthly
+ (version "0.367") ;updated monthly
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +48,7 @@ (define-public hwdata
(file-name (git-file-name name version))
(sha256
(base32
- "00gqx24dyy9l98ygnvx8i087xq8pl9d2393h4d2cm4d5nnvr51d4"))))
+ "0pfnghr9i6aazhmhm4chia6bpnqvmrc60q62dx5561av7zkgsdhq"))))
(build-system gnu-build-system)
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
(arguments
--
2.43.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67887
; Package
guix-patches
.
(Mon, 18 Dec 2023 22:50:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 67887 <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/freedesktop.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 648ebad408..d819bb4999 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -569,6 +569,34 @@ (define-public xdg-utils
freedesktop.org project.")
(license license:expat)))
+(define-public libdisplay-info
+ (package
+ (name "libdisplay-info")
+ (version "0.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/emersion/libdisplay-info")
+ (commit version)))
+ (sha256
+ (base32
+ "1ffq7w1ig1y44rrmkv1hvfjylzgq7f9nlnnsdgdv7pmcpfh45pgf"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (delete 'check))))
+ (native-inputs
+ (list pkg-config
+ edid-decode
+ hwdata
+ python-wrapper))
+ (home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info")
+ (synopsis "EDID and DisplayID library")
+ (description "EDID and DisplayID library that provides a set of high-level, easy-to-use, opinionated functions as well as
+low-level functions to access detailed information.")
+ (license license:expat)))
+
(define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
--
2.43.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67887
; Package
guix-patches
.
(Fri, 26 Jan 2024 15:30:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 67887 <at> debbugs.gnu.org (full text, mbox):
close 67887
thanks
bug closed, send any further explanations to
67887 <at> debbugs.gnu.org and Daniel Ziltener <dziltener <at> lyrion.ch>
Request was from
Daniel Ziltener <dziltener <at> lyrion.ch>
to
control <at> debbugs.gnu.org
.
(Fri, 26 Jan 2024 15:30:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 24 Feb 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.