<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/code.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-05-14T09:47:08Z</updated>
<entry>
<title>gnu: uncrustify: Update to 0.69.0.</title>
<updated>2019-05-14T09:47:08Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-05-14T09:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ae5de93ae2d994dcf555cec0eec6bbd8024321f6'/>
<id>urn:sha1:ae5de93ae2d994dcf555cec0eec6bbd8024321f6</id>
<content type='text'>
* gnu/packages/code.scm (uncrustify): Update to 0.69.0.
</content>
</entry>
<entry>
<title>gnu: cloc: Update to 1.82.</title>
<updated>2019-05-09T19:13:28Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-05-09T12:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=38878020b03c29baed4282e53c7a1fe8c1e7e148'/>
<id>urn:sha1:38878020b03c29baed4282e53c7a1fe8c1e7e148</id>
<content type='text'>
* gnu/packages/code.scm (cloc): Update to 1.82.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
</content>
</entry>
<entry>
<title>gnu: lcov: Update to 1.14.</title>
<updated>2019-03-06T15:48:39Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-03-06T15:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=8fadbc4bb31cb80d0a6b6a47a7e61615f3e20c0c'/>
<id>urn:sha1:8fadbc4bb31cb80d0a6b6a47a7e61615f3e20c0c</id>
<content type='text'>
* gnu/packages/code.scm (lcov): Update to 1.14.
</content>
</entry>
<entry>
<title>gnu: cflow: Update to 1.6.</title>
<updated>2019-02-27T07:50:30Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2019-02-27T07:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=cfae5382fe042aaf4616cdb790efc7b1ad646ba4'/>
<id>urn:sha1:cfae5382fe042aaf4616cdb790efc7b1ad646ba4</id>
<content type='text'>
* gnu/packages/code.scm (cflow): Update to 1.6.
</content>
</entry>
<entry>
<title>gnu: sloccount: Use INVOKE.</title>
<updated>2019-01-24T22:08:09Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-01-24T22:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=e99b47729a7d2a2f2af348e1c760366e86eba179'/>
<id>urn:sha1:e99b47729a7d2a2f2af348e1c760366e86eba179</id>
<content type='text'>
* gnu/packages/code.scm (sloccount)[arguments]: Use INVOKE and unconditionally
return #T from build phases.
</content>
</entry>
<entry>
<title>gnu: Move sqlite to separate module.</title>
<updated>2019-01-16T15:08:22Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-01-15T20:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=cd0322a3efd96577de9ab35e4432d1ae399257c8'/>
<id>urn:sha1:cd0322a3efd96577de9ab35e4432d1ae399257c8</id>
<content type='text'>
* gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5,
sqlite-with-column-metadata): Move variables from here...
* gnu/packages/sqlite.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/apl.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/code.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/dc.scm,
gnu/packages/disk.scm,
gnu/packages/ebook.scm,
gnu/packages/education.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/file-systems.scm,
gnu/packages/freedesktop.scm,
gnu/packages/ftp.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gnome.scm,
gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/gps.scm,
gnu/packages/guile.scm,
gnu/packages/ibus.scm,
gnu/packages/kerberos.scm,
gnu/packages/kodi.scm,
gnu/packages/lisp.scm,
gnu/packages/mail.scm,
gnu/packages/messaging.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nfs.scm,
gnu/packages/ocaml.scm,
gnu/packages/package-management.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/php.scm,
gnu/packages/python.scm,
gnu/packages/qt.scm,
gnu/packages/ruby.scm,
gnu/packages/scheme.scm,
gnu/packages/sync.scm,
gnu/packages/syndication.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/web-browsers.scm,
gnu/packages/webkit.scm: Adjust module references.
</content>
</entry>
<entry>
<title>gnu: global: Update to 6.6.3.</title>
<updated>2019-01-06T13:42:02Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2019-01-06T12:27:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c65bfc658aacdcfac84748762cbf060d78d8885f'/>
<id>urn:sha1:c65bfc658aacdcfac84748762cbf060d78d8885f</id>
<content type='text'>
* gnu/packages/code.scm (global): Update to 6.6.3.
</content>
</entry>
<entry>
<title>gnu: uncrustify: Use git reference instead of GitHub archive.</title>
<updated>2018-11-30T17:23:22Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2018-11-30T17:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b5944fcbc3c9275ca0ac8498f24b6e7974bd093c'/>
<id>urn:sha1:b5944fcbc3c9275ca0ac8498f24b6e7974bd093c</id>
<content type='text'>
* gnu/packages/code.scm (uncrustify): Use git reference instead of GitHub archive.
</content>
</entry>
<entry>
<title>gnu: uncrustify: Update to 0.68.1.</title>
<updated>2018-11-25T13:41:16Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2018-11-25T13:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=34843fe9238a041616f063038557d85cd8a30165'/>
<id>urn:sha1:34843fe9238a041616f063038557d85cd8a30165</id>
<content type='text'>
* gnu/packages/code.scm (uncrustify): Update to 0.68.1.
</content>
</entry>
<entry>
<title>gnu: cloc: Update to 1.80.</title>
<updated>2018-10-30T22:40:42Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2018-10-30T14:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=295fc4152ad92d13c92f85ca542779d11b09955c'/>
<id>urn:sha1:295fc4152ad92d13c92f85ca542779d11b09955c</id>
<content type='text'>
* gnu/packages/code.scm (cloc): Update to 1.80.
</content>
</entry>
</feed>
