First setup with git cli utility
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
(define collection "git-cli")
|
||||
(define pkg-desc "Command-line-like Git operations for Racket, interface to the git cli command")
|
||||
(define version "0.3.1")
|
||||
(define version "0.3.5")
|
||||
(define pkg-authors '("Hans Dijkema"))
|
||||
(define license 'MIT)
|
||||
|
||||
(define deps
|
||||
'("base"
|
||||
("simple-ini" #:version "0.3.3")
|
||||
("simple-ini")
|
||||
"racket-index"
|
||||
"scribble-lib"
|
||||
"racket-makefile"
|
||||
|
||||
Reference in New Issue
Block a user