bump version in .guix/modules/bloatrunner
This commit is contained in:
parent
6ca187c032
commit
34a30412ed
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ commit = True
|
|||
|
||||
[bumpversion:file:configure.ac]
|
||||
|
||||
[bumpversion:file:guix.scm]
|
||||
[bumpversion:file:.guix/modules/bloatrunner.scm]
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
(define-public bloatrunner
|
||||
(package
|
||||
(name "bloatrunner")
|
||||
(version "0.3.2-git")
|
||||
(version "0.3.3-git")
|
||||
;; (source (git-checkout (url (dirname (current-filename)))))
|
||||
(source (local-file "../.." "guile-checkout"
|
||||
#:recursive? #t
|
||||
|
|
Loading…
Reference in a new issue