mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01: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 @@ (define-public tp-smapi-module
|
|||
(define-public modprobed-db
|
||||
(package
|
||||
(name "modprobed-db")
|
||||
(version "2.46")
|
||||
(version "2.48")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10999,7 +10999,7 @@ (define-public modprobed-db
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"017w9czm31f5c7wjyrl5fy6cw7ji681jjc7s913nbc0r43j080qr"))))
|
||||
"0jscinga32jjvy3vwl4s1pyd5fjgqhmmk010k665nhil302hzjdc"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue