mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into gnome-team
This commit is contained in:
commit
742d5c3d68
165 changed files with 274286 additions and 290215 deletions
|
@ -18,6 +18,7 @@
|
|||
;;; Copyright © 2020 Arthur Margerit <ruhtra.mar@gmail.com>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -878,6 +879,20 @@ libraries.")
|
|||
useful for C++.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public glibmm-next
|
||||
(package
|
||||
(inherit glibmm)
|
||||
(version "2.76.0")
|
||||
(name "glibmm")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/glibmm/"
|
||||
(version-major+minor version)
|
||||
"/glibmm-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))))
|
||||
|
||||
(define-public glibmm-2.64
|
||||
(package
|
||||
(inherit glibmm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue