bump version in .guix/modules/bloatrunner

This commit is contained in:
Peter Tillemans 2024-05-25 16:22:25 +02:00
parent 6ca187c032
commit 34a30412ed
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ commit = True
[bumpversion:file:configure.ac] [bumpversion:file:configure.ac]
[bumpversion:file:guix.scm] [bumpversion:file:.guix/modules/bloatrunner.scm]

View file

@ -26,7 +26,7 @@
(define-public bloatrunner (define-public bloatrunner
(package (package
(name "bloatrunner") (name "bloatrunner")
(version "0.3.2-git") (version "0.3.3-git")
;; (source (git-checkout (url (dirname (current-filename))))) ;; (source (git-checkout (url (dirname (current-filename)))))
(source (local-file "../.." "guile-checkout" (source (local-file "../.." "guile-checkout"
#:recursive? #t #:recursive? #t