aboutsummaryrefslogtreecommitdiff
(public-key 
 (ecc 
  (curve Ed25519)
  (q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#)
  )
 )
=051c5d9bf1c06096ee054cd9222d97fe06632828&showmsg=1'>Expand)Author 2022-06-15import: Add hex.pm importer....hex.pm is a package repository for Erlang and Elixir. * guix/scripts/import.scm (importers): Add "hexpm". * guix/scripts/import/hexpm.scm, guix/import/hexpm.scm, guix/hexpm-download.scm: New files. * guix/import/utils.scm (source-spec->object): Add "hexpm-fetch" to list of fetch methods. * guix/upstream.scm (package-update/hexpm-fetch): New function. (%method-updates) Add it. * Makefile.am: Add them. Hartmut Goebel ..* gnu/packages/gimp.scm (gimp): Update to 2.10.32. Vinicius Monego 2022-06-18gnu: gegl: Update to 0.4.36....* gnu/packages/gimp.scm (gegl): Update to 0.4.36. Vinicius Monego 2022-06-18gnu: babl: Update to 0.1.92....* gnu/packages/gimp.scm (babl): Update to 0.1.92. Vinicius Monego 2022-05-31gnu: glimpse: Drop Python 2 support....* 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. Maxim Cournoyer 2022-05-31gnu: gimp: Drop Python 2 support....* 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. Maxim Cournoyer