Commit Graph

854 Commits

Author SHA1 Message Date
Ioannis Koutras
6e9808e4f1 libreoffice: disable system xmlsec 2018-06-18 11:46:54 +03:00
Ioannis Koutras
fa9674d544 libreoffice-fresh: 6.0.3.2 -> 6.0.4.2 2018-06-18 11:46:49 +03:00
Vladimír Čunát
31530c185e
Merge a subset of staging (security)
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
2018-06-15 08:48:02 +02:00
Will Dietz
5f165fd2fc mendeley: 1.18 -> 1.19.1
1.19 had show-stopper bugs,
but 1.19.1 seems to work well :).
2018-06-11 10:37:31 -05:00
Aristid Breitkreuz
fe1a066985 gnucash: fix Finance::Quote integration 2018-06-10 17:43:55 +02:00
Patrick Hilhorst
0415710a5d treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
Udo Spallek
93555b0c19 trytond: 4.8.0 -> 4.8.1 2018-05-30 19:33:09 +00:00
Udo Spallek
5f7064251b tryton: 4.8.0 -> 4.8.2 2018-05-30 19:33:09 +00:00
Jan Tojnar
76e928d914
planner: update url 2018-05-29 10:56:24 +02:00
Yegor Timoshenko
543c8c4eb0 atlassian-cli: add some spaces, inherit meta.platforms from jre 2018-05-25 15:48:27 -05:00
Matthew Bauer
02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Udo Spallek
e708c8f120 trytond: 4.6 -> 4.8
Major upstream release.
Use extras-depends: cdecimal html2text ipaddress
2018-05-18 17:17:44 +00:00
Udo Spallek
2a1c4bf07a tryton: 4.6 -> 4.8
Major upstream release.
Use GTK-3.
Use extras-depends: cdecimal, goocalendar
2018-05-18 17:17:44 +00:00
R. RyanTM
ae587fcd42 skrooge: 2.12.0 -> 2.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/skrooge/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/l83qij463yvk1nqxahdcm9amfnp7zdm8-skrooge-2.13.0/bin/skroogeconvert -h’ got 0 exit code
- ran ‘/nix/store/l83qij463yvk1nqxahdcm9amfnp7zdm8-skrooge-2.13.0/bin/skroogeconvert --help’ got 0 exit code
- found 2.13.0 with grep in /nix/store/l83qij463yvk1nqxahdcm9amfnp7zdm8-skrooge-2.13.0
- directory tree listing: https://gist.github.com/699ec87fffb73399c86ad11632ed9b17
2018-05-12 14:01:07 +02:00
Emmanuel Rosa
7936474efc gnucash: restore version 2.4 2018-05-08 10:53:44 -04:00
aszlig
8cf420e62f
Merge pull request #39647 (Add KMyMoney)
This adds KMyMoney, a finance manager for KDE plus a few required
dependencies.

I ran the upstream test suite as well as the following manual tests:

  * Basic startup
  * Completing the wizard
  * Add some test transactions
  * GPG encryption
  * Generation of charts and reports
  * Rough check whether OFX integration lists supported financial
    institutions.
  * Small check of AqBanking implementation, whether accounts and users
    can be configured, but didn't test actual connectivity with a
    financial institution.
  * Check of Weboob integration with a test PayPal backend, however also
    just with a dummy account and without actually connecting to PayPal.

On top of that, the application already is being used by the person
requesting me to package this, so I'd guess it works well enough.

I'm merging this without the review from @ttuegel because it only adds
packages and doesn't change anything fundamental about the KDE
ecosystem.

The only change here is to add C++ support to "mpir", where the
maintainer (@7c6f434c) has approved the change.
2018-05-05 23:46:29 +02:00
Matthew Justin Bauer
005d803762
Merge pull request #39919 from plapadoo/ledger-use-python
ledger: enable python command
2018-05-05 16:26:52 -05:00
Matthew Bauer
143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Philipp Middendorf
b62788f744 ledger: enable python command
ledger in nixpkgs currently uses python (it’s in buildInputs), but the
ledger python command isn’t available until you turn it on via a cmake
flag.
2018-05-03 15:07:06 +02:00
Michael Raskin
1f52bfb67c libreoffice: wrapper: do not set SAL_USE_VCLPLUGIN for now 2018-05-02 22:52:51 +02:00
Michael Raskin
1cb0cfba01 libreoffice-fresh: 6.0.2.1 -> 6.0.3.2 2018-05-02 02:46:52 +02:00
Michael Raskin
3228dcdd3d libreoffice-still: try fixing icon references 2018-05-02 02:46:52 +02:00
Mitsuhiro Nakamura
3434cf40e1 gnucash: 2.4.15 -> 3.1-1 2018-05-01 19:26:46 +09:00
Will Dietz
4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
aszlig
93042b7376
kmymoney: init at 5.0.1
I tried to use -DENABLE_SQLCIPHER and also passed the right directories
to the Qt 5 source of the QSQLiteDriver but CMake then failed to run
qt4_automoc, by which I'd imply that SQLCipher is not maintained
anymore (after all KMyMoney using qgpgme as well, which doesn't require
sources).

Another odd thing is that CMake reports that the weboob plugin is
disabled, but after inspecting it turns out that the reporting is just
wrong. This is already fixed upstream but not yet released in
KDE/kmymoney@8b086cf921.

In addition of running the upstream test suite I have manually tested a
few things in a VM by using the following Nix expression:

  (import <nixpkgs/nixos> {
    configuration = { pkgs, ... }: {
      environment.systemPackages = with pkgs; [
        kmymoney aqbanking gwenhywfar libchipcard python2Packages.weboob
        kgpg
      ];
      users.users.test.isNormalUser = true;
      virtualisation.diskSize = 4096;
      virtualisation.memorySize = 2048;
      services.xserver = {
        enable = true;
        inherit ((import <nixpkgs/nixos> {}).config.services.xserver) layout;
        displayManager.sddm.enable = true;
        displayManager.sddm.autoLogin.enable = true;
        displayManager.sddm.autoLogin.user = "test";
        desktopManager.default = "plasma5";
        desktopManager.plasma5.enable = true;
      };
    };
  }).vm

The things I have tested in particular are:

  * Basic startup
  * Completing the wizard
  * Add some test transactions
  * GPG encryption
  * Generation of charts and reports
  * Rough check whether OFX integration lists supported financial
    institutions.
  * Small check of AqBanking implementation, whether accounts and users
    can be configured, but didn't test actual connectivity with a
    financial institution.
  * Check of Weboob integration with a test PayPal backend, however also
    just with a dummy account and without actually connecting to PayPal.

One of the upstream tests "reports-chart-test" seems to fail even though
generating charts and reports are working when testing manually. It also
seems that this is the case on other distributions, for example Gentoo
has disabled that test as well:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169cec68fa6fd67841

Note that I didn't add myself as a maintainer because I'm not personally
using KMyMoney but just packaged it for someone else. I hope this is
useful for other people, so that maybe someday[TM] there will be a
proper maintainer.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2018-04-28 12:41:43 +02:00
Matthew Justin Bauer
31881e36b6
Merge pull request #39267 from Twey/atlassian-cli
atlassian-cli: init at 7.8.0
2018-04-28 00:12:18 -05:00
adisbladis
b20a82cd75
calligra: 3.0.1 -> 3.1.0 2018-04-25 09:40:26 +08:00
adisbladis
1bde5c5930
kexi: 3.0.2 -> 3.1.0 2018-04-25 09:40:25 +08:00
Will Dietz
866940303c mendeley: 1.17.13 -> 1.18, touchup update script
(support "1.18" instead of "1.18.0")
2018-04-24 12:29:58 -05:00
R. RyanTM
ccffc7a5dd todo-txt-cli: 2.10 -> 2.11.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/todo.txt-cli/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.11.0 with grep in /nix/store/ws0k0b3kcl4j2aainnn8xg1vnx803s9c-todo.txt-cli-2.11.0
- directory tree listing: https://gist.github.com/37dad7ad49e196a469453b0b6a4ddb16
2018-04-23 07:48:22 -07:00
James Kay
cf351f6389
atlassian-cli: init at 7.8.0 2018-04-20 19:01:35 +01:00
Michael Raskin
e471376982 libreoffice: wrapper: apparently session bus for DBus is enough, and adding a local system bus when a session bus is present makes things worse 2018-04-15 08:33:42 +02:00
Michael Raskin
e7b213d55e libreoffice-still, libreoffice-fresh: use fresh bluez, not the oldest ICU, comment about GCC version, use the fontconfig fix for libreoffice-still 2018-04-14 00:20:28 +02:00
R. RyanTM
766ecbb57a marp: 0.0.11 -> 0.0.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/marp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.0.12 with grep in /nix/store/q8kib6qhxndj4hzscdzhgvnjkaxm4mbw-marp-0.0.12
- directory tree listing: https://gist.github.com/691bc668acd4e57a2cf187b6e1062f34
2018-04-12 13:04:31 +01:00
Robert Schütz
63193b19b3 beancount: move to pythonPackages 2018-04-08 11:36:05 +02:00
Frederik Rietdijk
af5aeafbcd python: fava: 1.6 -> 1.7 2018-04-08 11:34:52 +02:00
lewo
7ca4cc0770
Merge pull request #38600 from r-ryantm/auto-update/cb2bib
cb2bib: 1.9.2 -> 1.9.7
2018-04-08 09:44:44 +02:00
R. RyanTM
d39cb9da43 cb2bib: 1.9.2 -> 1.9.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cb2bib/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.9.7 with grep in /nix/store/hvx77c2sm156llkibz4hdizn7syszvgl-cb2bib-1.9.7
- directory tree listing: https://gist.github.com/ddafa78f4e3eb99a2d1689e87e89d3ba
2018-04-07 21:44:41 -07:00
Matthias Beyer
ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Pascal Wittmann
6547e61577
Merge pull request #38105 from ryantm/auto-update/beancount
beancount: 2.0rc1 -> 2.0.0
2018-03-30 14:33:46 +02:00
Ioannis Koutras
ea83606017 skrooge: switch from qtwebkit to qtwebengine 2018-03-30 11:17:44 +03:00
Ioannis Koutras
faec8f26eb skrooge: do not build designer library 2018-03-30 11:17:44 +03:00
Ryan Mulligan
60f248e686 beancount: 2.0rc1 -> 2.0.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/beancount/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-bake-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-bake-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-bake -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-bake --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-check-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-check-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-check -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-check --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-doctor-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-doctor-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-doctor -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-doctor --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-example-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-example-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-example -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-example --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-extract-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-extract-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-extract -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-extract --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-file-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-file-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-file -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-file --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-format-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-format-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-format -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-format --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-identify-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-identify-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-identify -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-identify --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-price-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-price-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-price -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-price --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-query-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-query-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-query -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-query --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-report-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-report-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-report-wrapped help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-report -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-report --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-report help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-sql-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-sql-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-sql -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-sql --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-web-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.bean-web-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-web -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/bean-web --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.treeify-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.treeify-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/treeify -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/treeify --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.upload-to-sheets-wrapped -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/.upload-to-sheets-wrapped --help` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/upload-to-sheets -h` got 0 exit code
- ran `/nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0/bin/upload-to-sheets --help` got 0 exit code
- found 2.0.0 with grep in /nix/store/5r7zwzwph71lx046skfi6jc6akxwr5kl-beancount-2.0.0
- directory tree listing: https://gist.github.com/3d2aa084b7967bb83107f51498228abe
2018-03-29 22:22:28 -07:00
Jan Tojnar
e54342d47e
abiword: clean up 2018-03-29 10:25:32 +02:00
Michael Raskin
95a819c002 libreoffice: wrap to set JAVA_HOME, SAL_USE_VCLPLUGIN and DBus session if not set 2018-03-27 19:30:09 +02:00
Vincent Laporte
35c8106701 gnumeric: 1.12.38 -> 1.12.39
goffice: 0.10.38 -> 0.10.39
2018-03-26 15:41:33 +02:00
Ryan Mulligan
59d3d19f16 skrooge: 2.11.0 -> 2.12.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0/bin/skroogeconvert -h` got 0 exit code
- ran `/nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0/bin/skroogeconvert --help` got 0 exit code
- ran `/nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0/bin/skroogeconvert -v` and found version 2.12.0
- ran `/nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0/bin/skroogeconvert --version` and found version 2.12.0
- ran `/nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0/bin/skroogeconvert -h` and found version 2.12.0
- ran `/nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0/bin/skroogeconvert --help` and found version 2.12.0
- found 2.12.0 with grep in /nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0
- found 2.12.0 in filename of file in /nix/store/yjdafzss769kl6jg9asxyalgy7a5xxz7-skrooge-2.12.0
2018-03-23 14:55:28 -05:00
Jan Tojnar
9de4363fb4
spice-up: clean up 2018-03-23 13:18:35 +01:00
Michael Raskin
ca4d81d2c7 libreoffice-still: 5.4.5.1 -> 5.4.6.2; use poppler_0_61 2018-03-23 10:23:42 +01:00
Pascal Wittmann
1c361548d4
homebank: 5.1.7 -> 5.1.8 2018-03-18 20:49:32 +01:00