aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/yas/scheme-mode/guix-git-reference
blob: 29ca6a9c54bad4a8c6f7755f408ee27a77d494ee (about) (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: guix-git-reference
# key: git-reference...
# --
(git-reference
  (url "$1")
  (commit ${2:commit}))
heon.scm?id=88abdb43d667e2bd2d81c7ae34b7242725c3ff5d'>gnu: pantheon-calculator: Update to 2.0.2....* gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2. [inputs]: Replace gtk+ with gtk. [native-inputs]: Remove labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> altadil 2023-09-05gnu: granite: Upgrade to 7.3.0....* gnu/packages/pantheon.scm (granite): Upgrade to 7.3.0. [inputs]: Remove gtk+. Add sassc. Move glib and libgee to... [propagated-inputs]: ... here. Add gtk. [native-inputs]: Add glib:bin. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> altadil 2023-07-08gnu: pantheon-wallpapers: Use a source file-name....* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source file-name. Efraim Flashner 2023-07-01gnu: Add pantheon-wallpapers....* gnu/packages/pantheon.scm (pantheon-wallpapers): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Wamm K. D 2022-04-05gnu: pantheon-calculator: Update to 1.7.2....* gnu/packages/pantheon.scm (pantheon-calculator): Update to 1.7.2. [arguments]: Remove trailing boolean. [inputs]: Use guix style and add libhandy input. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart 2022-01-22gnu: granite: Update to 6.2.0 and add python to native inputs....* gnu/packages/pantheon.scm (granite)[phases]: Delete trailing #t. [inputs]: Use new style. [native-inputs]: Likewise and add python. Maxim Cournoyer 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès