diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-13 09:13:29 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-13 09:49:48 +0000 |
commit | 7cc452d791589c4dcaee7e85b9ed0be39e4bc920 (patch) | |
tree | b267a89bfa17b25c0be90ce66afd850a021435aa | |
parent | 32f49d6c0767d2d2423750bd8c91e15d1018a851 (diff) | |
download | guix-7cc452d791589c4dcaee7e85b9ed0be39e4bc920.tar.gz guix-7cc452d791589c4dcaee7e85b9ed0be39e4bc920.zip |
gnu: fortunes-jkirchartz: Update to 0.0.0-1.f3acb4e.
* gnu/packages/toys.scm (fortunes-jkirchartz): Update to 0.0.0-1.f3acb4e.
Change-Id: I44e6ec3677d04bead60a2a1048327b5d84d8f766
-rw-r--r-- | gnu/packages/toys.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index e096e52da7..0831498522 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -232,11 +232,11 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") ;; No public release. ;; Note to updaters: Please ensure that new quotes do not bring harm ;; rather than fortune. - (let ((commit "2e32ba0a57e3842dc06c8128d880ab4c8ec3aefc") - (revision "0")) + (let ((commit "f3acb4e88830da7d2ef6ffe501a486a0beb4cea8") + (revision "1")) (package (name "fortunes-jkirchartz") - (version (git-version "0" revision commit)) + (version (git-version "0.0.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference @@ -245,7 +245,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") (file-name (git-file-name name version)) (sha256 (base32 - "1ym4ldzww5yfd76q7zvhi491bqlykfjnc215bqx1cbj0c8ndb2l4")) + "1l1idf1d5y7acq0znyz9yf7073i4k6wp5pdbn1vaq2np5crpl2r5")) (snippet #~(for-each delete-file ;; incompatible license |