diff --git a/.guix/modules/bloatrunner.scm b/.guix/modules/bloatrunner.scm index 76a4c8e..496773b 100644 --- a/.guix/modules/bloatrunner.scm +++ b/.guix/modules/bloatrunner.scm @@ -14,6 +14,7 @@ #:use-module (gnu packages guile) #:use-module (gnu packages game-development) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python-xyz) ) @@ -25,7 +26,7 @@ (define-public bloatrunner (package (name "bloatrunner") - (version "0.3.0-git") + (version "0.3.1-git") ;; (source (git-checkout (url (dirname (current-filename))))) (source (local-file "../.." "guile-checkout" #:recursive? #t @@ -73,7 +74,7 @@ ))))) )) (native-inputs - (list autoconf automake pkg-config)) + (list autoconf automake pkg-config python-bumpversion)) (inputs (list guile-3.0)) (propagated-inputs diff --git a/publish.in b/publish.in index d819f5d..0871823 100644 --- a/publish.in +++ b/publish.in @@ -1,7 +1,7 @@ ITCH_CHANNEL=snamellit/Bloatrunner -if [[ ! -f Makefile ]]; then +if [[ -f Makefile ]]; then make distclean fi