mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: modprobed-db: Update to 2.48.
* gnu/packages/linux.scm (modprobed-db): Update to 2.48. Change-Id: Ibc649164209732e667116c8ff1ee87578783ffcc
This commit is contained in:
parent
ef00e8f4c1
commit
80b0694811
1 changed files with 2 additions and 2 deletions
|
@ -10990,7 +10990,7 @@ access to the embedded controller.")
|
||||||
(define-public modprobed-db
|
(define-public modprobed-db
|
||||||
(package
|
(package
|
||||||
(name "modprobed-db")
|
(name "modprobed-db")
|
||||||
(version "2.46")
|
(version "2.48")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -10999,7 +10999,7 @@ access to the embedded controller.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"017w9czm31f5c7wjyrl5fy6cw7ji681jjc7s913nbc0r43j080qr"))))
|
"0jscinga32jjvy3vwl4s1pyd5fjgqhmmk010k665nhil302hzjdc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no tests
|
(list #:tests? #f ;no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue