add bumpversion tool

This commit is contained in:
Peter Tillemans 2024-05-25 15:49:48 +02:00
parent a273990b37
commit 726947d396
2 changed files with 4 additions and 3 deletions

View file

@ -14,6 +14,7 @@
#:use-module (gnu packages guile) #:use-module (gnu packages guile)
#:use-module (gnu packages game-development) #:use-module (gnu packages game-development)
#:use-module (gnu packages pkg-config) #:use-module (gnu packages pkg-config)
#:use-module (gnu packages python-xyz)
) )
@ -25,7 +26,7 @@
(define-public bloatrunner (define-public bloatrunner
(package (package
(name "bloatrunner") (name "bloatrunner")
(version "0.3.0-git") (version "0.3.1-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
@ -73,7 +74,7 @@
))))) )))))
)) ))
(native-inputs (native-inputs
(list autoconf automake pkg-config)) (list autoconf automake pkg-config python-bumpversion))
(inputs (inputs
(list guile-3.0)) (list guile-3.0))
(propagated-inputs (propagated-inputs

View file

@ -1,7 +1,7 @@
ITCH_CHANNEL=snamellit/Bloatrunner ITCH_CHANNEL=snamellit/Bloatrunner
if [[ ! -f Makefile ]]; then if [[ -f Makefile ]]; then
make distclean make distclean
fi fi