* [bug#39664] [PATCH] gnu: julius: Update to 1.3.0.
@ 2020-02-18 15:17 Timotej Lazar
2020-02-18 15:42 ` bug#39664: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-02-18 15:17 UTC (permalink / raw)
To: 39664; +Cc: Timotej Lazar
* gnu/packages/games.scm (julius): Update to 1.3.0.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 66495489e8..7dc0967d55 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -798,7 +798,7 @@ automata. The following features are available:
(define-public julius
(package
(name "julius")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -807,7 +807,7 @@ automata. The following features are available:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0kgyzfjii4dhpy2h05977alwdmxyxb4jxznnrhlgb21m0ybncmvp"))))
+ (base32 "1ws5lmwdhla73676fj0w26v859n47s0wyxa0mgd0dmkx0x91qriy"))))
(build-system cmake-build-system)
(inputs
`(("sdl2" ,sdl2)
--
2.25.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39664: [PATCH] gnu: julius: Update to 1.3.0.
2020-02-18 15:17 [bug#39664] [PATCH] gnu: julius: Update to 1.3.0 Timotej Lazar
@ 2020-02-18 15:42 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-02-18 15:42 UTC (permalink / raw)
To: 39664-done, Timotej Lazar
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
Timotej Lazar 写道:
> * gnu/packages/games.scm (julius): Update to 1.3.0.
Pushed as 45cf3c30199ef352c6531fc59d186428c906c7b5.
Thanks!
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-18 15:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 15:17 [bug#39664] [PATCH] gnu: julius: Update to 1.3.0 Timotej Lazar
2020-02-18 15:42 ` bug#39664: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.