diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-07 16:45:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-07 16:45:16 -0400 |
commit | 2d9495da23cb110dd70eac67637f8e362133d021 (patch) | |
tree | 10481fdf5b7ff17df77dc506d7803fc344a19fdd /gnu/packages/games.scm | |
parent | c97fbf55e7fe6c6dcf5620032f602e2c55592d73 (diff) | |
parent | a1aa5dabaa5d570710da7190a3c3dca5442b9daa (diff) | |
download | patches-2d9495da23cb110dd70eac67637f8e362133d021.tar patches-2d9495da23cb110dd70eac67637f8e362133d021.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3093b77aea..408b3b46d0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -283,7 +283,7 @@ cows can think too. All you have to do is run @code{cowthink}.") (define-public freedoom (package (name "freedoom") - (version "0.11.2") + (version "0.11.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/" name "/" name @@ -291,7 +291,7 @@ cows can think too. All you have to do is run @code{cowthink}.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0b9k61f97spivi75f76zwwg8a3bgc6iil2hidqfj8s50lhqggwbb")))) + "1bjijdfqhpazyifx1qda7scj7dry1azhjrnl8h8zn2vqfgdmlh0q")))) (build-system gnu-build-system) (arguments '(#:make-flags `(,(string-append "prefix=" (assoc-ref %outputs "out"))) @@ -299,7 +299,6 @@ cows can think too. All you have to do is run @code{cowthink}.") #:tests? #f ; no check target #:phases (modify-phases %standard-phases - (add-before 'unpack 'no (lambda _ #t)) (replace 'configure (lambda* (#:key inputs outputs #:allow-other-keys) (let* ((dejavu (assoc-ref inputs "font-dejavu")) |