aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gdb.scm
diff options
context:
space:
mode:
authorarkhan <arkhan@riseup.net>2022-07-12 19:01:21 -0500
committerLudovic Courtès <ludo@gnu.org>2022-07-19 23:23:37 +0200
commit22530b2645d64658e4b7dea8801f5604dfd395a0 (patch)
tree96b92a05aef9871dd7e77e61678f71e65efe62b8 /gnu/packages/gdb.scm
parent3f62ddc0d5eebbff32bd05ba42148fdc3a6b02e3 (diff)
downloadguix-22530b2645d64658e4b7dea8801f5604dfd395a0.tar.gz
guix-22530b2645d64658e4b7dea8801f5604dfd395a0.zip
gnu: flameshot: Update to 12.1.0.
* gnu/packages/image.scm (flameshot): Update to 12.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gdb.scm')
0 files changed, 0 insertions, 0 deletions
0 -0500'>2021-12-29gnu: Remove leftover libsndfile/fixed package....This package was equivalent to the libsndfile package, differing only in the order of its inputs. * gnu/packages/pulseaudio.scm (libsndfile/fixed): Remove variable. * gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile/fixed with libsndfile. * gnu/packages/telephony.scm (mumble)[inputs]: Likewise. Leo Famulari 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-05gnu: Add phonesim....* gnu/packages/telephony.scm (phonesim): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Demis Balbach