gnu: emacs-circadian: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-circadian): Update to 1.0.0. Change-Id: I2a6083ade03479dd9c58daf22bf63befd55d9be3
This commit is contained in:
parent
12bf62af1a
commit
6014391281
1 changed files with 2 additions and 2 deletions
|
@ -23738,7 +23738,7 @@ timestamps by providing a @code{ts} struct.")
|
|||
(define-public emacs-circadian
|
||||
(package
|
||||
(name "emacs-circadian")
|
||||
(version "0.3.3")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23747,7 +23747,7 @@ timestamps by providing a @code{ts} struct.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hydxhmcchaprfmp08xr6nlksz6y97jbf4mswj69bgdfjfbf22km"))))
|
||||
(base32 "1blpk69ba2dira5av3ad854h4xkxxl5f47mkbjbgmzjlqihv8q3p"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in a new issue