diff options
author | atsb <atsb@atsb> | 2020-04-12 14:54:24 +0200 |
---|---|---|
committer | atsb <atsb@atsb> | 2020-04-12 14:54:24 +0200 |
commit | bd37306294154610ad63426299e63b6bae5f4942 (patch) | |
tree | 33f80dd83a5ea29e949d4ed7ea1d7bafbe3d4dd8 /build-aux | |
parent | 56308568da1c846698a4b2ad593a164133ab19cf (diff) | |
download | mcron-bd37306294154610ad63426299e63b6bae5f4942.tar.gz mcron-bd37306294154610ad63426299e63b6bae5f4942.tar.bz2 mcron-bd37306294154610ad63426299e63b6bae5f4942.zip |
preparing 1.1.4v1.1.4
Diffstat (limited to 'build-aux')
-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 53e9a63..ae253ec 100644 --- a/build-aux/guix.scm +++ b/build-aux/guix.scm @@ -41,7 +41,7 @@ (package (inherit (specification->package "mcron")) - (version "1.1.3") + (version "1.1.4") (source (local-file (dirname %srcdir) #:recursive? #t #:select? keep-mcron-file?)) (inputs |