#!@SHELL@ # A shorthand for "guix perform-download", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" perform-download "$@" else exec guix perform-download "$@" fi href='https://git.koszko.org/guix/atom/gnu/packages/gimp.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
AgeCommit message (Collapse)Author
2022-08-30gnu: babl: Update to 0.1.96.Marius Bakke
* gnu/packages/gimp.scm (babl): Update to 0.1.96.
2022-06-18gnu: gimp: Update to 2.10.32.Vinicius Monego
* gnu/packages/gimp.scm (gimp): Update to 2.10.32.
2022-06-18gnu: gegl: Update to 0.4.36.Vinicius Monego
* gnu/packages/gimp.scm (gegl): Update to 0.4.36.
2022-06-18gnu: babl: Update to 0.1.92.Vinicius Monego
* gnu/packages/gimp.scm (babl): Update to 0.1.92.
2022-05-31gnu: glimpse: Drop Python 2 support.Maxim Cournoyer
* gnu/packages/gimp.scm (glimpse)[source]: Fix indentation. [arguments]: Use gexps. [phases]{install-sitecustomize}: Delete phase. [native-inputs]: Use new style. [inputs]: Use new style. Delete python-2 and python2-pygtk.
2022-05-31gnu: gimp: Drop Python 2 support.Maxim Cournoyer
* gnu/packages/gimp.scm (gimp)[inputs]: Delete python-2 and python2-pygtk. [configure-flags]: Use gexps. Add "--disable-python". [phases]: Delete argument. [inputs, native-inputs]: Use new style.