aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pem.scm
blob: 2fba63336f20de939fd278e356d64124868e41e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Eric Bavier <bavier@member.fsf.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages pem)
  #:use-module (guix packages)
  #:use-module (guix licenses)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages perl))

(define-public pem
  (package
    (name "pem")
    (version "0.7.9")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "mirror://gnu/pem/pem-"
                          version ".tar.gz"))
      (sha256
       (base32
        "03iqcki1lakkck1akdyvljjapgqda3l0rh38id7jhrac9kcxqgg2"))))
    (build-system gnu-build-system)
    (inputs (list perl))
    (home-page "https://www.gnu.org/software/pem/")
    (synopsis "Personal expenses manager")
    (description
     "GNU Pem is a simple tool for tracking personal income and
expenses.  It operates from the command line and it stores its data
in a basic text format in your home directory.  It can easily print
reports of your spending on different expenses via a basic search
feature.")
    (license gpl3+)))
-09 02:00:09 +0200'>2023-07-09gnu: knot: Update to 3.2.8.Tobias Geerinckx-Rice 2023-07-09gnu: nsd: Use G-expressions.Tobias Geerinckx-Rice 2023-07-09gnu: nsd: Update to 4.7.0.Tobias Geerinckx-Rice 2023-07-01gnu: public-suffix-list: Update to 0-2.d2d3e2e.Hilton Chain 2023-06-30gnu: Remove libasr.Tobias Geerinckx-Rice 2023-06-24gnu: knot: Update to 3.2.7.Tobias Geerinckx-Rice 2023-05-30gnu: smartdns: Update to 42.Hilton Chain 2023-02-19gnu: Use HTTPS package home pages wherever possible.Tobias Geerinckx-Rice 2023-02-12gnu: knot: Update to 3.2.5.Tobias Geerinckx-Rice 2023-02-12gnu: dnsmasq: Update to 2.89.Tobias Geerinckx-Rice 2023-02-12gnu: bind: Update to 9.16.38.Tobias Geerinckx-Rice 2023-02-11gnu: Add smartdns.Hilton Chain 2023-02-11gnu: ddclient: Update to 3.10.0.Bruno Victal 2023-01-22gnu: bind: Update to 9.16.37 [security fixes].Tobias Geerinckx-Rice 2023-01-08gnu: bind: Update to 9.16.36.Tobias Geerinckx-Rice 2022-12-11gnu: nsd: Update to 4.6.1.Tobias Geerinckx-Rice 2022-12-11gnu: dnsmasq: Update to 2.88.Tobias Geerinckx-Rice 2022-12-11gnu: knot: Update to 3.2.4.Tobias Geerinckx-Rice 2022-11-27gnu: knot: Update to 3.2.3.Tobias Geerinckx-Rice 2022-11-23gnu: knot-resolver: Update to 5.5.3.Marius Bakke 2022-11-13gnu: bind: Update to 9.16.35.Tobias Geerinckx-Rice 2022-10-30gnu: knot: Update to 3.2.2.Tobias Geerinckx-Rice 2022-10-22gnu: unbound: Update to 1.17.0.Jacob Hrbek 2022-10-16gnu: dnsmasq: Update to 2.87.Tobias Geerinckx-Rice 2022-10-16gnu: maradns: Update to 3.5.0022.Tobias Geerinckx-Rice 2022-10-16gnu: bind: Update to 9.16.34.Tobias Geerinckx-Rice