diff options
author | atsb <atsb@atsb> | 2019-11-17 12:08:19 +0100 |
---|---|---|
committer | atsb <atsb@atsb> | 2019-11-17 12:08:19 +0100 |
commit | a373317d96dc7191d8855d9a70106bf26d2c036b (patch) | |
tree | 3832d0b4a8e7038c0edf6417257c0babc087725b /build-aux/guix.scm | |
parent | 3fdacd1393d75cd60061ebfbccd3448c51501c7f (diff) | |
download | mcron-a373317d96dc7191d8855d9a70106bf26d2c036b.tar.gz mcron-a373317d96dc7191d8855d9a70106bf26d2c036b.tar.bz2 mcron-a373317d96dc7191d8855d9a70106bf26d2c036b.zip |
prepared files for 1.1.3v1.1.3
Diffstat (limited to 'build-aux/guix.scm')
-rw-r--r-- | build-aux/guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/guix.scm b/build-aux/guix.scm index c0bb6a8..53e9a63 100644 --- a/build-aux/guix.scm +++ b/build-aux/guix.scm @@ -41,7 +41,7 @@ (package (inherit (specification->package "mcron")) - (version "1.1.2") + (version "1.1.3") (source (local-file (dirname %srcdir) #:recursive? #t #:select? keep-mcron-file?)) (inputs |