diff options
| -rw-r--r-- | ietf/ietf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ietf/ietf.scm b/ietf/ietf.scm index 4329e29..710f5e9 100644 --- a/ietf/ietf.scm +++ b/ietf/ietf.scm @@ -15,7 +15,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (ietf ietf)) +(define-module (ietf ietf) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix download) #:use-module (guix packages) @@ -39,7 +39,7 @@ (define (make-ietf-documentation number text-hash); pdf-hash) (package (name (string-append "ietf-" number)) - (version number) + (version "0") (source #f) (build-system trivial-build-system) (arguments |
